Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for change notification.
The "GitCheatSheet" page has been changed by nwellnhof: http://wiki.apache.org/lucy/GitCheatSheet?action=diff&rev1=2&rev2=3 + = Git cheat sheet = + - = Git setup = + == Git setup == If you're a first time Git user, set up your global Git configuration first: @@ -33, +35 @@ git config credential.username <username> }}} - = Cloning = + == Cloning == - To clone a repository: + To clone the repository: {{{ - # Non Committers - git clone http://git-wip-us.apache.org/repos/asf/lucy.git - - # Committers git clone https://git-wip-us.apache.org/repos/asf/lucy.git }}} - = Standard workflow = + == Standard workflow == {{{ git checkout <branch> @@ -55, +53 @@ git push }}} - = Working with branches = + == Working with branches == Create and switch to a local branch:
