#git
Read more stories on Hashnode
Articles with this tag
Clone the Remote Repository git clone <clone_url> git remote -v - Is used to get the list of remote repositories linked with local...
GIT REBASE GIT Rebase is used to keep current branch in sync with target branch. Git Rebase is used to maintain the Linear Commit History in the...
GIT Branching Strategies The master is considered as production version of the source code. GIT branching strategies are used to maintain...
GIT Reset Let us know about what is Head pointer first Head Pointer - It points out the last commit to the current branch. git reset git reset...
Version Control System Is used to Version Control the Source Code Changes Is used to Track the Source Code Changes Type of VCS: Local Version...