Skip to content

AdamN8142/direwolf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TD:

  1. Visit this URL - https://github.com/timomitchel/direwolf - click the fork button
  2. In your terminal: cd into a directory that you want this repo to live in
  3. Paste this into your terminal: git clone https://github.com/your_username/direwolf.git- THIS LINK WILL NOT WORK - replace "your_username" with your username
  4. Open the repo in your text editor - Assuming you have the shell command - atom . || sublime .

#Editor Shortcuts

  • CMD + P - Fuzzy Finder - Quick jump to files
  • CMD + D - Selects current word and all subsequent matches
  • CMD + CTRL + G - Selects all occrurences
  • CMD + F - Brings up search box and searches file
  • CMD + shift + F - Searches entire Repo
  • CTRL + G - Goto line number
  • CMD + X - Cursor can be anywhere - Cuts entire line
  • CMD + C, CMD + V - Copy the line you're on and paste it to a new line below
  • CMD Z - Undo

#Terminal Shorcuts

  • CTRL + U - Delete all text
  • CMD + K - Clear Terminal - Move Cursor to top
  • history - See all commands typed in this shell

#Git Tips/Tricks

  • git add -p -Patch through changes to organize your staging

  • git config --global alias.alias "config --get-regexp ^alias."

  • git config --global alias.st status

  • git alias

  • hub browse

  • hub compare

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.4%
  • JavaScript 36.4%
  • CSS 2.6%
  • HTML 2.6%