Git is one of the widely used and powerful distributed version control system. It was originally created in 2005 by Linux Community and Linus Torvalds (The Creator of Linux). Git has grown a lot after that and github (https://www.github.com) is a preferred repository for storing, managing and distributing open source code.
git clone - Command to clone a git repo from a remote server or github
git status - Command to change the current status of the branch and to know the state of changes i.e. Modified, Staged or Committed State
git log - Command to see the last 'N' git commits on the branch
git remote - Command to set and check the remote server e.g. github
git push - Command to push our changes to a destination which can be a remote server or Github
git commit - Command to commit the changes to the local branch which was cloned using git clone
git add - Command to add the changes from Modified State to the Staged State
git restore - Command to restore the file in original state by discarding all the changes or change the file from staged state to modified state
#git #github #vcs #linux #opensource #windows10 #macos #gitbash #bitbucket #sourcecontrol #code #svn
---------------------------------------------------------------------------------------------------
Github Profiles :-
Rohit Kavitake :- https://github.com/Rohit-Kavitake
-----------------------------------------------------------------------------------------------------