Skip to content

rahulraj22/git-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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..😎✌

About

I am learning git using this repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published