Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

GitWorkflow

snommensen edited this page Apr 21, 2011 · 1 revision

Git Workflow

The following commands show how to clone the WiseUI repository and how to make first changes.

$ git clone [email protected]:itm/wiseui.git
$ cd wiseui
$ (edit files)
$ git add (files)
$ git commit -a -m "Explain what I changed"
$ git status
$ git push origin master