#git
Read more stories on Hashnode
Articles with this tag
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...
Git is a powerful version control system. Git allows making commands via Command Prompt or Terminal app to make changes like the addition of files,...
How to install and configure git on your local system? · We can operate Git by commands in Command Prompt or Powershell in Windows and terminal apps in...
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...