LoginSignup
3
3

More than 5 years have passed since last update.

gitの便利操作(中級者向け)

Last updated at Posted at 2015-09-19

便利なgit操作集です。
初心者の方は、こちらを学ぶ前に基本的な操作から覚えたほうが、便利さが分かると思います。

rebert

diff

stash

add

git diff —cached
git diff HEAD

git stash
git stash pop すると、一番最新のgit stashの内容をとってくることができる

git add -p

3
3
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
3
3