Skip to content

Latest commit

 

History

History

git-put

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git put

Put all changes for the current branch

Git alias:

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

Example:

git put

Compare: