about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-13 Inits work for git aliasesWilliam Carroll3-3/+15
2017-06-13 Supports Helm source jumpingWilliam Carroll1-12/+22
2017-06-13 Better integrates CLI and EmacsclientWilliam Carroll6-5/+88
2017-06-06 Adds CTRL_T fuzzy find helm source for filesWilliam Carroll2-2/+41
2017-06-06 Removes unnecessary kbds; enhances configWilliam Carroll2-14/+39
2017-06-04 Support cwd updates using zsh, ansi-term w/i EmacsWilliam Carroll1-0/+9
2017-06-02 Adds custom helm sources and kbdsWilliam Carroll1-0/+61
2017-06-02 Closes ansi-term window on exitWilliam Carroll1-2/+2
2017-06-02 Updates prompt to save spaceWilliam Carroll1-0/+5
2017-06-02 Remaps slate kbdsWilliam Carroll2-4/+4
2017-06-01 Moves helper functions to separate fileWilliam Carroll2-441/+482
2017-05-31 Creates custom function for intuitive, frame-specific buffer switchingWilliam Carroll1-1/+7
2017-05-30 Adds powerline to EmacsWilliam Carroll1-12/+15
2017-05-30 Adds ansi-term improvementsWilliam Carroll1-2/+11
2017-05-30 Adds window swapping kbdWilliam Carroll1-2/+1
2017-05-27 Updates Emacs config to specify font sizeWilliam Carroll1-1/+1
2017-05-27 Adds keybinding support for fzf git branch findingWilliam Carroll1-1/+23
2017-05-26 Updates config scriptWilliam Carroll2-21/+22
2017-05-26 Updates git aliasesWilliam Carroll1-0/+6
2017-05-26 Updates Emacs configWilliam Carroll1-15/+78
2017-05-26 Adds useful Git aliasesWilliam Carroll1-0/+6
2017-05-26 Updates slate configWilliam Carroll1-23/+15
2017-05-22 Allows FZF to search hidden files (excluding .git)William Carroll4-532/+7
2017-05-22 Adds Slate as a window mgrWilliam Carroll1-0/+69
2017-05-22 Increases line-height and misc style tweaksWilliam Carroll1-7/+10
2017-04-28 Adds markdown mode to Emacs cfgWilliam Carroll1-1/+1
2017-04-28 Alias usage: git [--version] [--help] [-C <path>] [-c name=value]William Carroll1-0/+3
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>] These are common Git commands used in various situations: start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink reset Reset current HEAD to the specified state rm Remove files from the working tree and from the index examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug grep Print lines matching a pattern log Show commit logs show Show various types of objects status Show the working tree status grow, mark and tweak your common history branch List, create, or delete branches checkout Switch branches or restore working tree files commit Record changes to the repository diff Show changes between commits, commit and working tree, etc merge Join two or more development histories together rebase Reapply commits on top of another base tip tag Create, list, delete or verify a tag object signed with GPG collaborate (see also: git help workflows) fetch Download objects and refs from another repository pull Fetch from and integrate with another repository or a local branch push Update remote refs along with associated objects 'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept. These GitHub commands are provided by hub: pull-request Open a pull request on GitHub fork Make a fork of a remote repository on GitHub and add as remote create Create this repository on GitHub and add GitHub as origin browse Open a GitHub page in the default browser compare Open a compare page on GitHub release List or create releases (beta) issue List or create issues (beta) ci-status Show the CI status of a commit to usage: git [--version] [--help] [-C <path>] [-c name=value] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>] These are common Git commands used in various situations: start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink reset Reset current HEAD to the specified state rm Remove files from the working tree and from the index examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug grep Print lines matching a pattern log Show commit logs show Show various types of objects status Show the working tree status grow, mark and tweak your common history branch List, create, or delete branches checkout Switch branches or restore working tree files commit Record changes to the repository diff Show changes between commits, commit and working tree, etc merge Join two or more development histories together rebase Reapply commits on top of another base tip tag Create, list, delete or verify a tag object signed with GPG collaborate (see also: git help workflows) fetch Download objects and refs from another repository pull Fetch from and integrate with another repository or a local branch push Update remote refs along with associated objects 'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept. These GitHub commands are provided by hub: pull-request Open a pull request on GitHub fork Make a fork of a remote repository on GitHub and add as remote create Create this repository on GitHub and add GitHub as origin browse Open a GitHub page in the default browser compare Open a compare page on GitHub release List or create releases (beta) issue List or create issues (beta) ci-status Show the CI status of a commit
2017-04-20 Updates various configsWilliam Carroll2-373/+389
2017-03-07 Adds git helper functionsWilliam Carroll1-0/+15
2017-03-07 Enhances Emacs configurationWilliam Carroll1-20/+39
2017-02-16 Adds neotree Helm-ag from directoryWilliam Carroll1-17/+43
2017-02-14 Adds neotree toolingWilliam Carroll1-16/+39
2017-02-13 Adds emacs bindings and updates aliasesWilliam Carroll2-17/+109
2017-02-01 Adds neotree icon support and fixes errorsWilliam Carroll1-12/+23
2017-01-30 Extends emacs and tmux configsWilliam Carroll3-20/+35
2017-01-24 Adds gprom alias for gitWilliam Carroll1-6/+3
2017-01-24 Updates config to use-packageWilliam Carroll3-223/+317
2017-01-23 merge(): Pulls latest from `master`William Carroll5-7/+518
2017-01-23 Adds colored cursors; better error handling for Emacs and VimWilliam Carroll2-14/+91
2017-01-22 Adds convenient alias for git statusWilliam Carroll2-0/+482
2017-01-18 Adds dired kbd for creating new files without invoking C-x C-fWilliam Carroll1-1/+6
2017-01-18 inits fileWilliam Carroll1-0/+19
2017-01-18 Update README.mdWilliam Carroll1-5/+6
2017-01-18 Removes mapping for viewport navigationWilliam Carroll1-5/+0
2017-01-17 Update README.mdWilliam Carroll1-1/+5
2017-01-17 Adds fish shell rc; supports fish shell in VimWilliam Carroll3-0/+35
2017-01-17 Updates Tmux kbds; adds Emacs modes; updates zsh kbdsWilliam Carroll3-8/+10
2017-01-13 Adds packages; removes others; updates keybindings; etcWilliam Carroll1-24/+73
2017-01-08 Adds flycheck and other packages to EmacsWilliam Carroll1-6/+31
2017-01-08 Removes dimming effect when Emacs window is unselectedWilliam Carroll1-2/+9