📝 add git flow for checking staged

This commit is contained in:
dannydannydanny 2021-08-05 14:31:01 +02:00 committed by GitHub
parent 2c39e427c5
commit 6c73647c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,9 @@ git log --all --decorate --oneline --graph
# when you have uncommitted changes
git add --patch <pattern>
# check what you've staged
git diff --cached
# NEW DEVELOPMENT FLOW
# clone repo with local_name enables several clones
git clone <repo> <local_name>