Skip to content

Instantly share code, notes, and snippets.

@arielqw
Created April 11, 2015 10:36
Show Gist options
  • Save arielqw/f89506dd9d40bc504290 to your computer and use it in GitHub Desktop.
Save arielqw/f89506dd9d40bc504290 to your computer and use it in GitHub Desktop.
creating a patch file for assignment 1 os152 bgu
git remote add bgu http://www.cs.bgu.ac.il/~os152/xv6.git
git fetch bgu
git diff master bgu/master > ID1_ID2.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment