#github
Read more stories on Hashnode
Articles with this tag
💡Update the local version of a repository from a remote repository. · 🇻🇪 Spanish 1.- The git pull command is used to fetch and download content from a...
💡Personal access tokens are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line. · 🇻🇪...
💡To keep your personal email address secure using GitHub you should do some configurations before starting with git. · 🇻🇪 Spanish When you push...
💡Clone a repository into a new directory, this includes all versions of the repository and commits logs. · 🇻🇪 Spanish 1.- First, you must know that...
💡Git merge command take the independent lines of development created by git branch and integrate them into another branch. · 🇻🇪 Spanish 1.- I am going...
💡 You can see the history of changes in a branch using git log command. · 🇻🇪 Spanish 1.- You can see a history of changes of a branch using git log...