From 43d9ae2c10cbd3c3bbff75bba7e51efd653758cf Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 11 Jan 2010 23:43:46 -0600 Subject: Added note about specifying where to push in .git/config --- GIT_TUTU | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'GIT_TUTU') diff --git a/GIT_TUTU b/GIT_TUTU index dd96d81..d998bf7 100644 --- a/GIT_TUTU +++ b/GIT_TUTU @@ -31,7 +31,15 @@ This will prompt you for a commit message. Yes, I'm being picky about should further explain the changes (if such explanation is needed). -That's it - you're done. +Now push your changes to the remote repo: + git push + +You will probably need to add this to .git/config file inside the cloned repo: + + [branch "master"] + remote = origin + merge = refs/heads/master + If you add a new file to the repo for whatever reason, then be sure to add it to git's version control: -- cgit v1.2.3