Skip to content

Ayush038/batch-37

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

git init - initialise empty git repo git status - check the status of current repo git add - add current file to staging git add . - add git commit -m - for commiting the changes git checkout <filename> - to revert the changes to last stage or commit git checkout . - to revert the changes in current directory to last stage or commit git checkout <branch> - to change to a particular branch git checkout -b <branch> - to create a new branch from current git clone <url> - clone a repo git pull - fecthing the latest changes git remote add origin https://github.com/nikhilsharma2407/batch-37.git connect to remote repo git checkout -b <branch-name> - create a new branch from current branch git merge <branch-name> - to merge changes from to to merge changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published