GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.
Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
git update-index --assume-unchanged
- https://stackoverflow.com/questions/6317169/using-gitignore-to-ignore-but-not-delete-files
git remote -v
git remote rm REMOTE_ORIGIN_URL
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
# Default GitHub
Host github.com
HostName github.com
User git
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
# Work GitHub
Host work.github.com
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
#!/bin/bash | |
# the command doing the real work has an exit status here | |
status=$? # save it | |
find . -not -uid $(stat -c "%u" .) -exec chown --reference=. {} \; | |
exit $status # exit with the saved status value |
- Download Git for Windows Portable (Comes with Git Bash included)
- Download Node with npm
- Create Applications folder in C: drive so that you have the proper permissions
C:\Applications
- Install Git for Windows inside of Applications directory
C:\Applications\Git
- Install Node inside of Applications directory
I hereby claim:
- I am kelss on github.
- I am kelss (https://keybase.io/kelss) on keybase.
- I have a public key ASA6pVCHvsSK0tIKWYdftx-CIcwuJ_22rM17e0DT10WOcgo
To claim this, I am signing this object: