mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-18 17:17:21 +00:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
git config remote.origin.url https://DoctorWkt@github.com/DoctorWkt/pdp7-unix.git
|
|
to cache my Github username
|
|
|
|
git config --global user.name "Warren Toomey"
|
|
git config --global user.email wkt@tuhs.org
|
|
|
|
To bring your own ocal repository up to date with Github:
|
|
git fetch origin
|
|
git merge origin/master
|