Add a new file in git local repo as stagged
#########################################
$ git add.
Check stagged status
####################
$ git status --short
Committing changes
#################
$ git commit -a -m "YOUR_COMMENT"
Pull/Update/Latest to git repo
##############################
$ git pull
Push to git repo
#################
$ git push
No comments:
Post a Comment