📝 add git flow for checking staged
This commit is contained in:
parent
2c39e427c5
commit
6c73647c21
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ git log --all --decorate --oneline --graph
|
||||||
# when you have uncommitted changes
|
# when you have uncommitted changes
|
||||||
git add --patch <pattern>
|
git add --patch <pattern>
|
||||||
|
|
||||||
|
# check what you've staged
|
||||||
|
git diff --cached
|
||||||
|
|
||||||
# NEW DEVELOPMENT FLOW
|
# NEW DEVELOPMENT FLOW
|
||||||
# clone repo with local_name enables several clones
|
# clone repo with local_name enables several clones
|
||||||
git clone <repo> <local_name>
|
git clone <repo> <local_name>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue