I have listed all commands needed while working for any project using git. Some of the important commands are as follows(pdf is also attached for reference) :-
- mkdir (make directory)
- cd (change directory/folder)
- rm (remove file/folder)
- cp (to copy any file from one directory/folder to another)
- touch (to create any type of file)
and many more commands in pdf....
- push and pull request using git
- creating different branches for different developers for better workflow
- Switching one branch to another: command => git checkout
- Create a new branch and switch immediately to that branch: command => git checkout -b newBranchName
And many more covered in pdf..lessgo..😎✌