Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 964 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 964 Bytes

git-learning

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) :-

------Here is the quick OverView------

Git Commands :

  1. mkdir (make directory)
  2. cd (change directory/folder)
  3. rm (remove file/folder)
  4. cp (to copy any file from one directory/folder to another)
  5. touch (to create any type of file)
  6. and many more commands in pdf....

Interaction b/w Git & Github :

  1. push and pull request using git
  2. creating different branches for different developers for better workflow
  3. Switching one branch to another: command => git checkout
  4. Create a new branch and switch immediately to that branch: command => git checkout -b newBranchName

And many more covered in pdf..lessgo..😎✌