[stephen localhost gimp-web-staging]$ which git /usr/bin/git [stephen localhost gimp-web-staging]$ git config --global user.name "Stephen Kiel" [stephen localhost gimp-web-staging]$ git config --global user.email snick kiel gmail com [stephen localhost gimp-web-staging]$ git config --global color.ui auto [stephen localhost gimp-web-staging]$ git clone git://git.gnome.org/gimp-web Cloning into 'gimp-web'... remote: Counting objects: 16053, done. remote: Compressing objects: 100% (6204/6204), done. remote: Total 16053 (delta 10709), reused 14402 (delta 9672) Receiving objects: 100% (16053/16053), 66.74 MiB | 387.00 KiB/s, done. Resolving deltas: 100% (10709/10709), done. [stephen localhost gimp-web-staging]$ cd gimp-web/ [stephen localhost gimp-web]$ ls about downloads install.sh release-notes admin error irc.htrw robots.txt announcements features links screenshots archive.htrw gimp-web.doap macintosh source books google33e0e7c6a0a36ade.html mail_lists.htrw style bugs images MAINTAINERS team.htrw ChangeLog includes Makefile template.htrw contest index.htrw man tutorials develop INSTALL news unix docs install.config.sample nopatents.html webmasters.htrw donating install.exclude programmatic windows [stephen localhost gimp-web]$ git branch -r origin/2-8-temp origin/HEAD -> origin/master origin/master origin/master_svn1715 origin/old-trunk origin/static-html5 origin/v2.4 origin/v2.6 [stephen localhost gimp-web]$ git checkout -b HEAD origin/HEAD Branch HEAD set up to track remote branch master from origin. Switched to a new branch 'HEAD' [stephen localhost gimp-web]$ cd tutorials [stephen localhost tutorials]$ ls 3d_Logo ContrastMask Quickmask Advanced_Animations Creating_Icons Red_Eye_Removal Anti-Aliased_Threshold Custom_Brushes Reducing_CCD_Noise Basic_Batch Drawables Selective_Color Basic_Perl Draw_A_Paint_Brush Selective_Gaussian_Blur Basic_Scheme Drawing_Shapes Sepia_Toning Basic_Scheme2 Film_Grain Simple_Animations Bezier_Selections Golden_Text Sketch_Effect Blending_Exposures Image_Map Smart_Sharpening Blown_Out_Highlights Image_Pipes Straight_Line Blur_Overlays Image_Pipes2 template Borders_On_Selections index.htrw The_Basics Changing_Background_Color_1 Lite_Quickies Tileable_Textures Changing_Background_Color_2 Perl-Debugged Using_GAP Color2BW Perlotine Coloring_A_BW_Sketch Photo_To_Sketch [stephen localhost tutorials]$ cp -R ~/Documents/gimp_tutorial/AutomatedJpgToXcf/ . [stephen localhost tutorials]$ ls 3d_Logo Coloring_A_BW_Sketch Photo_To_Sketch Advanced_Animations ContrastMask Quickmask Anti-Aliased_Threshold Creating_Icons Red_Eye_Removal AutomatedJpgToXcf Custom_Brushes Reducing_CCD_Noise Basic_Batch Drawables Selective_Color Basic_Perl Draw_A_Paint_Brush Selective_Gaussian_Blur Basic_Scheme Drawing_Shapes Sepia_Toning Basic_Scheme2 Film_Grain Simple_Animations Bezier_Selections Golden_Text Sketch_Effect Blending_Exposures Image_Map Smart_Sharpening Blown_Out_Highlights Image_Pipes Straight_Line Blur_Overlays Image_Pipes2 template Borders_On_Selections index.htrw The_Basics Changing_Background_Color_1 Lite_Quickies Tileable_Textures Changing_Background_Color_2 Perl-Debugged Using_GAP Color2BW Perlotine [stephen localhost tutorials]$ ls AutomatedJpgToXcf/ example-jpeg-to-xcf.py index.htrw gimp_jpg_to_xcf_popup.jpg index.htrw~ gimp_menu_compare.jpg script-fu-example-jpg-to-xcf.scm [stephen localhost tutorials]$ rm AutomatedJpgToXcf/index.htrw~ [stephen localhost tutorials]$ ls AutomatedJpgToXcf/ example-jpeg-to-xcf.py index.htrw gimp_jpg_to_xcf_popup.jpg script-fu-example-jpg-to-xcf.scm gimp_menu_compare.jpg [stephen localhost tutorials]$ pwd /home/stephen/gimp-web-staging/gimp-web/tutorials [stephen localhost tutorials]$ diff index.htrw ~/Documents/gimp_tutorial/index.htrw 183a184,188 >

Automating Gimp

>

> Automated Jpg to Xcf Import Xcf Images a Directory at a Time. >

> 189c194,197 < | Script Authoring]

--- > | Script Authoring > | Automating Gimp] > >

[stephen localhost tutorials]$ cp ~/Documents/gimp_tutorial/index.htrw . [stephen localhost tutorials]$ diff index.htrw ~/Documents/gimp_tutorial/index.htrw [stephen localhost tutorials]$ cd .. [stephen localhost gimp-web]$ pwd /home/stephen/gimp-web-staging/gimp-web [stephen localhost gimp-web]$ git status warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. # On branch HEAD # Changes not staged for commit: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # modified: tutorials/index.htrw # # Untracked files: # (use "git add ..." to include in what will be committed) # # tutorials/AutomatedJpgToXcf/ no changes added to commit (use "git add" and/or "git commit -a") [stephen localhost gimp-web]$ git diff diff --git a/tutorials/index.htrw b/tutorials/index.htrw index ee3e608..da300e5 100644 --- a/tutorials/index.htrw +++ b/tutorials/index.htrw @@ -181,12 +181,20 @@ GIMP Script-Fu 2 Write More Scheme for GIMP.

+

Automating Gimp

+

+ Automated Jpg to Xcf Import Xcf Images a Di +

+ +| Script Authoring +| Automating Gimp] + +

[stephen localhost gimp-web]$ git commit -a warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. [HEAD a97ce5a] Added tutorial Automate Creation fo XCF from JPG" 1 file changed, 9 insertions(+), 1 deletion(-) [stephen localhost gimp-web]$ git-bz [HEAD a97ce5a] gimp-web/tutorials HEAD bash: git-bz: command not found... [stephen localhost gimp-web]$ git pull --rebase warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. warning: refname 'HEAD' is ambiguous. Current branch HEAD is up to date. [stephen localhost gimp-web]$ git push --dry-run warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. [stephen localhost gimp-web]$