aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/I_do_not_know_anything_abut_git.mdwn
diff options
context:
space:
mode:
authorhttp://bob-bernstein.myopenid.com/ <bernstein@web>2014-05-24 17:20:39 -0400
committeradmin <admin@branchable.com>2014-05-24 17:20:39 -0400
commit1fdb03572696bb32cc2dd058b4cc1f8e6baa4532 (patch)
tree3b431225b5172f2cfe0a9136aaa2f0b77c2d6b75 /doc/forum/I_do_not_know_anything_abut_git.mdwn
parentfa5a5e8bdd2292503f45aba8ccb1d84ffddcb61c (diff)
downloadikiwiki-1fdb03572696bb32cc2dd058b4cc1f8e6baa4532.tar
ikiwiki-1fdb03572696bb32cc2dd058b4cc1f8e6baa4532.tar.gz
Diffstat (limited to 'doc/forum/I_do_not_know_anything_abut_git.mdwn')
-rw-r--r--doc/forum/I_do_not_know_anything_abut_git.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/forum/I_do_not_know_anything_abut_git.mdwn b/doc/forum/I_do_not_know_anything_abut_git.mdwn
new file mode 100644
index 000000000..fe7929663
--- /dev/null
+++ b/doc/forum/I_do_not_know_anything_abut_git.mdwn
@@ -0,0 +1,22 @@
+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.
+
+I have done:
+
+ git clone Zoidwicky.git Zoidwicky.src
+
+and then, after editing sidebar.mdwn in that new Zoidwicky.src directory
+
+ git commit sidebar.mdwn
+
+Now I believe I must use git push to move that change to I am not sure where.
+
+I learn best by example. Would somone be good enough to post an example of what that 'git pugh" command might look like?
+
+Here are some samples of what I have tried:
+
+ $ git push sidebar.mdwn Zoidwicky.git
+ fatal: Invalid gitfile format: sidebar.mdwn
+
+ $ git push sidebar.mdwn /home/zoid/Zoidwicky.git/
+ fatal: remote part of refspec is not a valid name in /home/zoidberg/Zoidwicky.git
+