Browsing index pages (2 articles)
↧
Adding labels and re-assigning Github issues via commit message
A very nice feature that Github added some time ago on Issues 2.0 is the ability to refer to and close issues when doing a "git commit" via commit message: git commit -m 'just fixed issue #123' That's...
View ArticleCreating and deleting topic branches with git and github
Topic branches are a useful convention when working with git, the version control system. A topic branch lets you work on a new feature or a bugfix in isolation from the master branch. It’s...
View Article
Browsing index pages (2 articles)