git init
git add .
git commit -m "And so, it begins."
hub create
→ (creates a new GitHub repository with the name of the current directory)
git push -u origin HEAD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to get "Application Shortcut" functionality on Chrome for Mac, as of January 2020: | |
| 1. Visit the web page you would like to turn into an application | |
| 2. Navigate to Settings > More Tools > Create Shortcut... | |
| 3. Give the app a name, make sure "Open as window" is enabled, and click Create | |
| 4. The folder Chrome Apps should open in finder. Drag the new app shortcut to the dock or another location for easy access | |
| That's it! You can even quit the app (Cmd-Q) without closing other Chrome windows, as it acts like a separate Mac app. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Model View Controller | |
| Each Part is of software design in this programming paradiagm is concerned with its own role in the presentation and delivery of well functioning applications. | |
| **Separation of Concerns** | |
| Each part of the program has a single concern. allowing for different development strategies for teams | |
| **Model** |
Checking for Differences between local changes
git diff
Checking Differences between Branches
git diff <branch> <checkedout branch>
Git Log lists all commit shas and commits
command clears your terminal Display .
C:\> cls
command to display your username .
C:\ whoami
command to Delete a file .
C:\> del /f <filename>
moving to parent directory
NewerOlder