IEEE P1076 Working Group: http://www.eda-twiki.org/cgi-bin/view.cgi/P1076/WebHome
IEEE P1076 Working Group: http://www.eda-twiki.org/cgi-bin/view.cgi/P1076/WebHome
## Git in a GUI
**Using Git in a GUI (recommended):**
***SourceTree** for Windows and Max OS
**=>** https://www.sourcetreeapp.com/
***SmartGit** for Linux or Windows
**=>** http://www.syntevo.com/smartgit/
**Using Git in PowerShell:**
***PoshGit** a PowerShell addon
**=>** http://dahlbyk.github.io/posh-git/
Please clone this repository onto your local machine and rename the default remote called `origin` to `gitlab`. This gives nicer messages in automatic Git messages.
```Bash
git remote rename origin gitlab
```
## Git on Console
#### PowerShell
Add the command `git tree` and `git treea` to Git. These commands display the commit tree as colored ASCII art