User Tools

Site Tools


git_and_github_notes

This is an old revision of the document!


Git and GitHub Notes

Pull Requests from the Command Line

Assuming…

  • the local repository contains references to remotes “origin” and “upstream”, and
  • changes start with commit “abc1234” on branch “master”,

then, push changes to origin and request pull from upstream master:

git push origin
git request-pull abc1234 upstream master

Accepting Pull Requests from the Command Line

to be added

git_and_github_notes.1520181057.txt.gz · Last modified: 2018/03/04 08:30 by jtkorb