[LearnAdmin] Three basic Git commands

3 views
Skip to first unread message

Naresh Surampudi

unread,
Jan 9, 2017, 8:32:07 AM1/9/17
to learnadmin+g...@googlegroups.com



1) git add -A

git add -A is equivalent to  git add .; git add -u.

git add .  ( This will add all files but does not remove files )
git add -u ( This will add only changes but will not add any new files created )

So we use

git add -A ( this will take care of both the commands )

2) git commit -m “

3) git push origin  


example of branch name : develop


--
Posted By Naresh Surampudi to LearnAdmin at 1/09/2017 07:02:00 PM
Reply all
Reply to author
Forward
0 new messages