split the window  

How you view sublime text split window. I looked up everywhere finally found it.. before to forget

⌘ + ⌥ + 2 Split view into two columns

Other Shortcuts here - Keyboard Shortcuts for Mac OS X

 
1
Kudos
 
1
Kudos

Now read this

start with Git

Steps to start Github.com open the terminal in a local directory, say git init as like ~/projects/first_repo $ git init (before this step, install “git” on your laptop) and then, say git remote add origin repo_url with the repo URL... Continue →