From 11abf82b7c708e236e29abc14035a2444e6c1759 Mon Sep 17 00:00:00 2001 From: worker Date: Sun, 31 Dec 2023 21:02:02 +0200 Subject: [PATCH] first commit --- notes.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 000000000..bfc38ca97 --- /dev/null +++ b/notes.md @@ -0,0 +1,5 @@ +To pull in updates from the original repo, runTo pull in updates from the original repo, run + + +* `git fetch upstream` +* `git rebase upstream/master` (or whatever branch you want) \ No newline at end of file