OpenSource/java/git at master · raven1207/OpenSource · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

#Use git ###1.short operative

git init
git add .
git commit -m'first commit'

the short operative is:

git commit -am'test comm'

git add .
git commit -m'aa'
git push origin master

the short operative is:

git commit -am'test comm' && git push origin master