#github
Read more stories on Hashnode
Articles with this tag
If you want to push same code to more than one repository in single command, then you have to follow these commands in your vscode terminal. First...
Add files to your repository by commands in GitHub with public keys · GitHub gives a transport means ssh key to connect to your local computer. We can...
how to create and merge branch in git? · What is a branch in git? Creating a branch in a git project allows developers to make changes to their project...
How to make gitignore files? · What is gitignore? Git allows us to specify files and directories that should be ignored by Git when we commit changes to...
What is a repository? A Git repository is a digital storage space where developers can store their source code and other related files, as well as...