
Github
5 Questions
3 Total Posts
0 Snippets
posts
Git Cheat Sheet - Commands
git init <directory>: Create empty Git repo in the specified directory. Run with no arguments to initialize the current directory as a git repository.

1
0
4943
Create Git aliases, And Git Commands You May Not Know
One of my favorite feature in Git is aliases. Git supports aliases, which implies you can provide your commands any name you need. I like to set aliases for long commands to avoid (...)

0
0
1101
30+ Github Repos for JavaScript Developers
As the biggest stage for open source collaboration, Github is the ideal place for developers to work on resources related to JavaScript. A speedy hunt will yield JavaScript cheatsheets, (...)

0
0
3802