Skip to content

Instantly share code, notes, and snippets.

Created March 28, 2017 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8b44cd34554cd5d0c7d1dbf07d4d187a to your computer and use it in GitHub Desktop.
Save anonymous/8b44cd34554cd5d0c7d1dbf07d4d187a to your computer and use it in GitHub Desktop.
0:7132:jd@pilgrim (SB=on)~/data/version-control/git [0]$ git clone ssh://poeritz-kai@firma.andrick.de:1922/srv/localfs/raid10-backup/data/user/poeritz-kai/data/version-control/git/bare/script-tools.git
Cloning into 'script-tools'...
poeritz-kai@firma.andrick.de's password:
remote: Counting objects: 2608, done.
remote: Compressing objects: 100% (2194/2194), done.
remote: Total 2608 (delta 160), reused 2608 (delta 160)
Receiving objects: 100% (2608/2608), 24.95 MiB | 64.00 KiB/s, done.
Resolving deltas: 100% (160/160), done.
0:7133:jd@pilgrim (SB=on)~/data/version-control/git [0]$ cd script-tools/
0:7134:jd@pilgrim (SB=on)~/data/version-control/git/script-tools [0]$ ll
total 64K
10362257 4K drwxr-xr-x 13 jd jd 4K 2017-03-28 17:22:07.217843979 +0200 ./
9438723 4K drwxr-xr-x 7 jd jd 4K 2017-03-28 17:15:24.405847650 +0200 ../
10362290 4K -rwxr-xr-x 1 jd jd 2K 2017-03-28 17:22:07.004843980 +0200 admin-script-setup*
10362305 4K drwxr-xr-x 4 jd jd 4K 2017-03-28 17:22:07.014843980 +0200 bash-script/
10363062 4K drwxr-xr-x 4 jd jd 4K 2017-03-28 17:22:07.177843979 +0200 bin/
12847968 4K drwxr-xr-x 3 jd jd 4K 2017-03-28 17:22:07.207843979 +0200 c-code/
10363066 4K -rwxr-xr-x 1 jd jd 1K 2017-03-28 17:22:07.207843979 +0200 copytoremote.bash*
12847978 4K drwxr-xr-x 2 jd jd 4K 2017-03-28 17:22:07.207843979 +0200 expect-script/
10363067 4K -rwxr-xr-x 1 jd jd 1K 2017-03-28 17:22:07.207843979 +0200 generic.distributionsetup*
10362258 4K drwxr-xr-x 7 jd jd 4K 2017-03-28 17:22:07.242843978 +0200 .git/
12847980 4K drwxr-xr-x 2 jd jd 4K 2017-03-28 17:22:07.207843979 +0200 perl-script/
12847983 4K drwxr-xr-x 4 jd jd 4K 2017-03-28 17:22:07.207843979 +0200 python-script/
12848051 4K drwxr-xr-x 2 jd jd 4K 2017-03-28 17:22:07.217843979 +0200 r-script/
12848054 4K drwxr-xr-x 2 jd jd 4K 2017-03-28 17:22:07.217843979 +0200 sql/
12848056 4K drwxr-xr-x 2 jd jd 4K 2017-03-28 17:22:07.217843979 +0200 todo/
12848060 4K drwxr-xr-x 3 jd jd 4K 2017-03-28 17:22:07.217843979 +0200 windows/
0:7135:jd@pilgrim (SB=on)~/data/version-control/git/script-tools [0]$ mkdir test
0:7136:jd@pilgrim (SB=on)~/data/version-control/git/script-tools [0]$ git add -A .
0:7137:jd@pilgrim (SB=on)~/data/version-control/git/script-tools [0]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
0:7138:jd@pilgrim (SB=on)~/data/version-control/git/script-tools [0]$ git commit -m "a test commit"
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
0:7139:jd@pilgrim (SB=on)~/data/version-control/git/script-tools [1]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment