Change last commit
git commit <-- opps
git log
git commit --amend
** Change the commit message **
or
git add newfiles
Remove all work since last commit.
git reset --hard
To server your repository over your network.
git serve
git remote add git://blahrepo.git