diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-05 16:52:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-05 16:52:22 +0300 |
commit | eb126595c90ac7f6242415dfd29d6c88a8f0f0a2 (patch) | |
tree | 797e0c42704abdaf381e20a9eb03793f54434d8b /README.git | |
parent | f7369c4de041f3090809536aaf95f7363aac0293 (diff) | |
download | egawk-eb126595c90ac7f6242415dfd29d6c88a8f0f0a2.tar.gz egawk-eb126595c90ac7f6242415dfd29d6c88a8f0f0a2.tar.bz2 egawk-eb126595c90ac7f6242415dfd29d6c88a8f0f0a2.zip |
More stuff in README.git.
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Mon Oct 24 21:50:18 IST 2011 +Sun Aug 5 16:25:58 IDT 2012 ============================ If you are reading this, you have retrieved the gawk code base via @@ -33,6 +33,15 @@ Gawk Maintainer Here are some questions and answers related to using git compiled by several of the gawk maintainers. +- I don't want to mess with git. Can I just get a tarball of a branch without + a lot of hassle? + +Yes. Use something like this: + + wget http://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-BRANCH-NAME.tar.gz + +Put the right thing in place of BRANCH-NAME. + - How can I check out the GIT repository ? Depending upon your working habits, there are several options. @@ -232,7 +241,7 @@ Now I want to catch up with recent changes in the master branch. - I have made stupid changes to a file and want the original back, how ? - svn checkout file_name.ext + git checkout file_name.ext This will only work if the file was not yet committed. If you have already committed the change and want back the |