Git Repository Linux Server

So., 22/04/2012 - 15:32
Body
Ein GIT-Repository auf einem Ubuntu Server aufsetzen Git installieren: sudo apt-get install git-core neues Verzeichnis erstellen: mkdir NameOfProjectRepository mit cd in das Verzeichnis wechseln und mit git init --bare ein leeres Repository initialisieren. Anschließend ins Windows wechseln, mit TortoiseGIT ein GIT clone Befehl ausführen. Dazu erfolgt der Zugriff auf das neu erstellte leere Repository mittels user@server:/pfad/zum/repository/ (z.b. aseitz@abija-server:/srv/flash_projects )
Webdevelopment
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.