Caleb Cushing's Blog Also known as XenoTerraCide
Posts with the tag convention:

my git remote

So occasionally I like to fork a project on GitHubwell the proper way to do it is to use GitHub’s fork button which then clone’s the repo into your account. this is great! I can than clone that locally develop it an push to it. Usually I do this push with git push origin. I can then ask the owner of the original repo that I forked from to ‘pull’ my changes in.