Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 278 Bytes

index.md

File metadata and controls

23 lines (14 loc) · 278 Bytes

git put

Put all changes for the current branch

Git alias:

put = !git commit --all && git push

Example:

git put

Compare: