Linux Short Tip

Ein git Repo auschecken, eine Datei hinzufügen und commiten:

git clone https://pfad/zum/repo
cp datei repo/
cd repo
git add datei
git commit -a -m "Initial Commit"
pit push
This entry was posted in General, Linux, Short Tips. Bookmark the permalink.

2 Responses to Linux Short Tip

  1. Tim Förster says:

    pit push? :D

  2. bastelfreak says:

    git push :P

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.