User Tools

Site Tools


git

This is an old revision of the document!


GIT Kurzmerkzettel

Remote Repository hinzufügen

remote# git init --bare /srv/git/repositories/$reponame
 
local$ git init
local$ git add ..
local$ git commit
local$ git remote add origin https://git.domain.com/$reponame
local$ git push --set-upstream origin master
,
git.1532976297.txt.gz · Last modified: by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki