Blog
Archive for the GitHub Category
Merging smaller commits frequently, instead of waiting until a project is “done” and doing one big merge.
This means that features …
Read more
git checkout — <file>
If the file is present in the staging area, it’ll be overwritten.
git reset –hard
Will overwrite changes that …
Read more
Git
Open source version control software
GitHub
Repository hosting
Pull requests
Forks
A remote is a git repository that is stored somewhere else – on the …
Read more
In a GitHub repo checkout the Pull Request (PR) branch name, like cool-feature-branch.
In your Terminal, to fetch all remote branches …
Read more
Open Cygwin and navigate to the parent directory or where your repositories are located.
If needed type chgrp Users * …
Read more