1. Go to .ssh folder into C:\Users\HP\.ssh 2. Open Git Bash command 3. To generate SSH key : ssh-keygen -t rsa -f id_rsa_xxxxxx 4.Open id_rsa_lookman.pub
Tag: GIt
Git Tips
0. Remove a git commit which has not been pushed First checkout your branch (for my case master branch): git checkout master Then reset to
Git Commands
35+ Git Commands List Every Programmer Should Know Useful Git Commands List Command Description git init Initialize a local Git repository git clone repo_url Clone
Git Managing branches – Part 2
https://github.com/******/ReactTheme.git Default : echo “# ReactTheme” >> README.md git init git add README.md git commit -m “first commit” git branch -M master git remote add
Git Managing branches
Managing Git Branches A single Git repository can maintain multiple branches of development. To create a new branch named “adding-shopping-branch”, use $ git branch adding-shopping-branch
Git Introduction – Basic Comments
To set up a GitHub account, simply go to the GitHub website and get started right here GitHub. To set up Git, go to the