#git
Read more stories on Hashnode
Articles with this tag
git init : initialize an empty Git repository git clone <repository_url> :clone an existing Git repository git add . : add all the files/directory...
#90daysdevops #day11 Git Stash stash is temporary storage used to store files that are not committed yet. It is useful when we want to do some other...
#90daysdevops #day10 What is git rebase? Rebasing is moving or combining a sequence of commits to a new base commit. It's very important to understand...
#90daysdevops #day08 What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among...