diff options
author | Adam Bard <github@adambard.com> | 2015-10-18 11:55:26 +0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-10-18 11:55:26 +0800 |
commit | 5d8618cac1d55027215a1b778ba731b6434bd927 (patch) | |
tree | bf4f7e49e9bb275b36d9a00d660dc1dc80b76280 | |
parent | e34123e5df04438eda1a14e2448c4cc4f6555429 (diff) | |
parent | 24f9fd6ba53213568192f5dbb61fc7b66f457841 (diff) |
Merge pull request #1607 from rominirani/master
Added Extra Links to Git and TMux sheets
-rw-r--r-- | git.html.markdown | 3 | ||||
-rw-r--r-- | tmux.html.markdown | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/git.html.markdown b/git.html.markdown index 971d53e4..f678f9d1 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -527,3 +527,6 @@ $ git rm /pather/to/the/file/HelloWorld.c * [Git - the simple guide](http://rogerdudler.github.io/git-guide/index.html) * [Pro Git](http://www.git-scm.com/book/en/v2) + +* [An introduction to Git and GitHub for Beginners (Tutorial)](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) + diff --git a/tmux.html.markdown b/tmux.html.markdown index c11da5fc..49d1bba6 100644 --- a/tmux.html.markdown +++ b/tmux.html.markdown @@ -249,3 +249,7 @@ set -g status-right "#[fg=green] | #[fg=white]#(tmux-mem-cpu-load)#[fg=green] | [Archlinux Wiki](https://wiki.archlinux.org/index.php/Tmux) [Display CPU/MEM % in statusbar](https://stackoverflow.com/questions/11558907/is-there-a-better-way-to-display-cpu-usage-in-tmux) + +[tmuxinator - Manage complex tmux sessions](https://github.com/tmuxinator/tmuxinator) + + |