Skip to content

Aniket24012001/GIT-Commands-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GIT-Commands-list

git init - To initialize the repository or Create the new repository
git config - To set the git Configure or to specify various configuration settings for your Git system
git add - To Add the new files into the repository
git commit - Record changes to the repository
git status - List the files you've changed and those you still need to add or commit
git push - Send changes to the master branch of your remote repository
git merge - To merge the specified branch into the current branch
git log - To check the commit history
git remote - To connect your local repository to the remote server
git pull - It fetches and merges changes on the remote server to your working directory
git branch - lists all the branches available in the repository
git checkout - Switch branches or restore working tree files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages