This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
git [2014/03/05 15:26] shaddi created |
git [2021/02/24 23:49] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| GIT: Neues Repo am Privy anlegen: | GIT: Neues Repo am Privy anlegen: | ||
| - | am Privy: | + | __am Privy:__ |
| - | - /var/www/git.privy.de/htdocs/projects# git init --bare [Reponame].git | + | * /var/www/git.privy.de/htdocs/projects# git init --bare [Reponame].git |
| - | - git update-server-info | + | * git update-server-info |
| - | - chown | + | * chown |
| - | Lokal: | + | __Lokal:__ |
| - | - git init | + | * git init |
| - | - git add | + | * git add |
| - | - git commit | + | * git commit |
| - | - git git remote add origin http://git.privy.de/projects/[Reponame].git | + | * git git remote add origin http://git.privy.de/projects/[Reponame].git |
| - | - git push origin master | + | * git push origin master |