0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Git用語集

Last updated at Posted at 2018-10-01

git pull : 遠隔吸収
git pull --rebase : 整理して遠隔吸収
git commit : 委託
git add : 追加
git push origin master: 送信
git stash : 保存
git stash pop : 保存を破棄
git status : 状態
merge : 合流

混乱した時
git rebase --skip

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?