Linux, Git & Github cheat-sheet
Git & Github:
CommandDescriptioncommandDescription
git initInitialize a new Git repository.git branch -D <branch>Forcefully delete a branch.
git clone <repository>Clone a remote repository to your local machine.git stash listList all stashes....
prabirmahatha.hashnode.dev6 min read