並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

pullの検索結果1 - 2 件 / 2件

  • GitHub - muesli/gitomatic: A tool to monitor git repositories and automatically pull & push changes

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

      GitHub - muesli/gitomatic: A tool to monitor git repositories and automatically pull & push changes
    • git pull の取り消し方法 | WWWクリエイターズ

      git pull の取り消し方法です。勢い余って pull してしまったが、やばい、コンフリクトしてしまった・・。一回やり直したい!そんなときの方法です。 それでは、git pull の取消方法に関して、2つのパターンについて、それぞれ解説していきます。 git pull したブランチが、現在のローカルブランチにマージされた場合 git pull したブランチが、現在のローカルのブランチとコンフリクトした場合 さっそく見ていきましょう。 Case 1マージが成功した時の取り消し まず、基本のおさらいですが、 git pull は「git fetch」と「git merge FETCH_HEAD」のショートハンドなのでした。詳しくはこちら: git pull コマンドの使い方と、主要オプションまとめ git pull の取り消しとは、要は pull したリモートブランチのマージを取り消しすれ

      1