Next: Starting A New Branch, Previous: Cloning The Repo, Up: Development Without Commit Access [Contents][Index]
So far, we’ve been working in the default master
branch.
Let’s check what’s happening in the gawk-4.1-stable
branch:
$ make distclean Clean up $ git checkout gawk-4.1-stable Checkout a different branch -| ... $ git pull Get up to date -| ... $ ./bootstrap.sh && ./configure && Start working > make -j && make check