Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

git put

Put all changes for the current branch

Git alias:

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

Example:

git put

Compare: