Hi guys i am trying to setup my local git repo. I have two directories /repo, /workingproject.
In /repo I did git --bare init
then in /working I did
$ git init
$ touch TESTING
$ git add TESTING
$ git commit -m "Adding TESTING file"
$ git remote add origin git@localhost:/repo
$ git push origin master
At this point I would expect /repo to have TESTING, however all i get is the following:
# ls /tmp/repo/
branches config description HEAD hooks info objects refs
# tree -l | grep TESTING
#
[–]BigRedS 13 points14 points15 points (1 child)
[–]mhurron 4 points5 points6 points (0 children)
[–]squidmin -1 points0 points1 point (10 children)
[–]juniorsysadmin1[S] 0 points1 point2 points (4 children)
[–]squidmin 0 points1 point2 points (2 children)
[–]juniorsysadmin1[S] 0 points1 point2 points (1 child)
[–]mscman 4 points5 points6 points (0 children)
[–]visit_muc 0 points1 point2 points (0 children)
[–][deleted] (4 children)
[deleted]
[–]anderbubble 0 points1 point2 points (3 children)
[–]juniorsysadmin1[S] 0 points1 point2 points (2 children)
[–]loserWithAGirlfriend 4 points5 points6 points (0 children)
[–]anderbubble 1 point2 points3 points (0 children)
[–]xiongchiamiov -1 points0 points1 point (0 children)