1 I want to learn how to use a text editor in addition to the web interface. I am stuck on pushing changes back to where they're supposed to go.
5 git clone Zoidwicky.git Zoidwicky.src
7 and then, after editing sidebar.mdwn in that new Zoidwicky.src directory
9 git commit sidebar.mdwn
11 Now I believe I must use git push to move that change to I am not sure where.
13 I learn best by example. Would someone be good enough to post an example of what that 'git push" command might look like?
15 Here are some samples of what I have tried:
17 $ git push sidebar.mdwn Zoidwicky.git
18 fatal: Invalid gitfile format: sidebar.mdwn
20 $ git push sidebar.mdwn /home/zoid/Zoidwicky.git/
21 fatal: remote part of refspec is not a valid name in /home/zoidberg/Zoidwicky.git