Created
April 11, 2015 10:36
-
-
Save arielqw/f89506dd9d40bc504290 to your computer and use it in GitHub Desktop.
creating a patch file for assignment 1 os152 bgu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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