Tag: github
All the articles with the tag "github".
Creating private forks of a GitHub repository
Sometimes it may be useful or needed to have a private repository on GitHub which is a fork (or just a mirror) of a public repository.
Git Aware Prompt
As a developer I use Git everyday for managing source code, documentation, etc. Unfortunately I sometimes get confused about which branch I am currently on.
Using command-line git with GitHub 2FA
After enabling two-factor authentication on my GitHub account it seemed I became unable to push my local repositories from command-line git using the https…