Git Basic Commands
Git Basic Commands
1. Git init
2. Git clone
1. Git status
3. Git add –A
5. Git rm –r [file_name.doc]:
There are several other popular commands which are used by the
developer, which are not very basic commands but working with
GITHUB more, those commands are very much required to execute.
Some of these kinds require intermediate commands which are
mentioned below:
1. Git branch
2. Git branch -a
Helping for merging one specific branch with one of the other
activities available branches.
3. Git push
Again it does the same task, pushing entire local repository data to
remote, but do not need to mention the branch name, it will pick up
branch name directly from the last remembered branch.
5. Git pull
Helping for updating all the newest commit in the mapping local
repository.
1. Git log