Find a commit by searching for a keyword in its commit message: git log --all --grep='KEYWORD' Note: Use single-qutes around the keyword: git log --all --grep='GetPixel' Username: 'https://ZoriaRPG@github.com' @13 [ REPOS and REMOTES ] DELL@DELL-PC MINGW64 /e/zc/hyrulefantasy (master) remote: hf branch: master https://github.com/ZoriaRPG/HyruleFantasy.git DELL@DELL-PC MINGW64 /e/zc/arkanoid.zs (master) remote: Arkanoid branch: master https://github.com/ZoriaRPG/Arkanoid.zs.git DELL@DELL-PC MINGW64 /e/zc/silverdreams (master) remote: sd branch: master repo: https://github.com/ArmageddonGames/SilverDreams.git DELL@DELL-PC MINGW64 /e/zc/paganinvaders (master) remote: pagan branch: master repo: https://github.com/ZoriaRPG/PaganInvaders.git DELL@DELL-PC MINGW64 /e/zc/smb.zh (master) remote: smb branch: master repo: https://github.com/ZoriaRPG/SMB.zh DELL@DELL-PC MINGW64 /e/zc/__default (master) remote: default branch: master repo: https://github.com/ArmageddonGames/ZC-Default.git DELL@DELL-PC MINGW64 /e/zc/gui.zh (master) remote: gui branch: master repo: https://github.com/ArmageddonGames/GUI.zh DELL@DELL-PC MINGW64 /e/zc/_classic.zh/classic.zh (master) remote: classic branch: 2.xx branch: 1.xx repo: https://github.com/ArmageddonGames/Classic.zh DELL@DELL-PC MINGW64 /e/zc/mghost.zh (master) remote: g3 branch: master repo: https://github.com/ZoriaRPG/MGhost.zh.git repo: https://github.com/Moosh64/MGhost.zh.git DELL@DELL-PC MINGW64 /e/zc/TKnight/TriforceKnight (master) remote: tknight branch: master repo: https://github.com/ZoriaRPG/TriforceKnight.git DELL@DELL-PC MINGW64 /e/zc/zshell (master) remote: zshell branch: master repo: https://github.com/ZoriaRPG/ZShell.git DELL@DELL-PC MINGW64 /e/zc/__AllegroSpriteEditor (master) remote: ASE branch: master repo: https://github.com/ArmageddonGames/AllegroSpriteEditor.git DELL@DELL-PC MINGW64 /g/zc/zeldaclassic (2.10.3) remote: zcalt branch: n/a -- Used to upload 2.10.3 and 2.11 repo: repo: https://github.com/ArmageddonGames/ZeldaClassic DELL@DELL-PC MINGW64 /e/zc/AllegroGrabber (master) remote: grabber branch: master repo: https://github.com/ArmageddonGames/AllegroGrabber DELL@DELL-PC MINGW64 /e/zc/allegrofonteditor (master) remote: fonted branch: master repo: https://github.com/ArmageddonGames/AllegroSpriteEditor DELL@DELL-PC MINGW64 /e/zc/allegrospriteeditor (master) remote: aes branch: master repo: https://github.com/ArmageddonGames/AllegroSpriteEditor DELL@DELL-PC MINGW64 /e/zc/spirit (master) remote: spirit branch: master Repo: https://github.com/ArmageddonGames/Spirit DELL@DELL-PC MINGW64 /e/zc/__Tango (master) remote: tango branch: master Repo: https://github.com/ArmageddonGames/Tango E:\ZC\__Tango DELL@DELL-PC MINGW64 /e/zc/ghost (master) remote: ghost branch: master Repo: https://github.com/ArmageddonGames/Ghost DELL@DELL-PC MINGW64 /e/ZC/__stdZH (1.6002) remote: std branch: master Repo: https://github.com/ArmageddonGames/stdZH DELL@DELL-PC MINGW64 ~/Desktop/ZC/ZCLaunch (master) remote: zcl (ZoriaRPG Repo) remote: zlaunch (AGN Repo) branch: master DELL@DELL-PC MINGW64 ~/Desktop/ZC/2.50.x (2.50.x) remote: 253 branch: 2.50.x DELL@DELL-PC MINGW64 /e/zc/zc250b remote zcb DELL@DELL-PC MINGW64 ~/Desktop/ZC/2.54 (2.54) remote: 254 branch 2.54 DELL@DELL-PC MINGW64 ~/Desktop/ZC/master (master) remote: zcmaster branch: master DELL@DELL-PC MINGW64 ~/Desktop/ZC/Zelda3.zh (master) remote: Z3 branch: master DELL@DELL-PC MINGW64 ~/Desktop/ZC/RPG_zh (master) remote: RPG branch: master DELL@DELL-PC MINGW64 /e/ZC/Hobbit.zh (master) remote: TBA branch: master Other Remotes: ZoriaZC (in 2.50.x path) * A remote to github.com/ZoriaRPG/ZeldaClassic.git VenrobZC (in 2.55 path) * A remote to github.com/venrob/ZeldaClassic.git [ USEFUL COMMAND REMINDERS ] //Store password credentials to .git/config git config credential.helper store //Set a text editor: $ git config core.editor "C:\Program Files (x86)\SciTE\SciTE.exe" [ CONFIGURATION FILE SETTINGS ] BASH CONFIG: ~/.bashrc alias scite='start scite' alias winmerge='start winmerge' LOCAL CONFIG: ./.git/config [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true editor = C:\\Program Files (x86)\\SciTE\\SciTE.exe [remote "origin"] url = https://github.com/ArmageddonGames/ZeldaClassic.git fetch = +refs/heads/2.54:refs/remotes/origin/2.54 [branch "2.54"] remote = origin merge = refs/heads/2.54 [remote "254"] url = https://github.com/ArmageddonGames/ZeldaClassic.git fetch = +refs/heads/*:refs/remotes/254/* [credential] helper = store [gui] wmstate = normal geometry = 893x435+50+50 175 196 [merge] tool = winmerge [mergetool "winmerge"] path = C:\\Program Files (x86)\\WinMerge\\WinMergeU.exe [diff] tool = winmerge [difftool "winmerge"] path = C:\\Program Files (x86)\\WinMerge\\WinMergeU.exe GLOBAL CONFIG : ~/.GITCONFIG [user] name = ZoriaRPG email = zoriarpg@gmail.com editor = C:\\Program Files (x86)\\SciTE\\SciTE.exe [merge] tool = winmerge [mergetool "winmerge"] path = C:\\Program Files (x86)\\WinMerge\\WinMergeU.exe [diff] tool = winmerge [difftool "winmerge"] path = C:\\Program Files (x86)\\WinMerge\\WinMergeU.exe Commands: Fetch a specific branch of one remote to a different local: git fetch REMOTE remote_branch:local_branch git fetch ZoriaZC historical-releases:historical-releases