]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/I_do_not_know_anything_abut_git.mdwn
wishlist: ask about using ikiwiki as ML
[ikiwiki.git] / doc / forum / I_do_not_know_anything_abut_git.mdwn
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.
2
3 I have done:
4
5     git clone Zoidwicky.git Zoidwicky.src
6
7 and then, after editing sidebar.mdwn in that new Zoidwicky.src directory
8
9     git commit sidebar.mdwn
10
11 Now I believe I must use git push to move that change to I am not sure where.
12
13 I learn best by example. Would someone be good enough to post an example of what that 'git push" command might look like?
14
15 Here are some samples of what I have tried:
16
17     $ git push sidebar.mdwn Zoidwicky.git
18     fatal: Invalid gitfile format: sidebar.mdwn
19
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
22