Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
dev:git:start [2019/09/17 09:17] – js | dev:git:start [2023/02/28 12:24] (current) – js |
---|
====== git & tools ====== | ====== git & tools ====== |
| |
* [[/dev/git/sourcetree|SourceTree]] - git gui client | ==== Git GUI Clients ==== |
* [[/dev/git/fork|Fork]] - git gui client | * [[/dev/git/fork|Fork]] - git gui client |
| * [[/dev/git/sourcetree|SourceTree]] - git gui client |
| * [[misc:vsc|VSCodium]] - git functions in ide vscode(ium) |
| |
| |
| ==== Git Hosting Server ==== |
* [[/dev/git/gitlab|GitLab]] - git server with web admin gui | * [[/dev/git/gitlab|GitLab]] - git server with web admin gui |
| * [[/dev/git/sonarqube|SonarQube]] - SonarQube source check |
| |
| |
* [[/dev/git/info|general info]] - some tipps and tricks, bugs | ==== Tips & Tricks ==== |
| * [[/dev/git/gitflow|git workflow]] - git flow workflow description |
| * [[/dev/git/accesstoken|git with access token]] - access git repo with access token |
| * [[/dev/git/proxy|git proxy]] - use git through proxy with auth |