You can create an empty new branch with the –orphan option to the git checkout command. By the above command, you will be able to…
Comments closedCategory: Git
The unable to get local issuer certificate is a common issue faced by developers when trying to push, pull, or clone a git repository using Git Bash.…
Comments closedIn this post I would like to provide basic usage steps and a list of some basic Git commands to get you going with Git.…
Leave a CommentIn this post I would like to show you ,How to Add an existing project to GitHub using the command line with simple steps. Open…
Leave a Commentgit fetch downloads the latest from remote without trying to merge or rebase anything. Then the git reset resets the master branch to what you…
Leave a Comment