Highlights
- Pro
Pinned Loading
-
reachability-viz
reachability-viz PublicParameterized visualization of reachable and unsafe state sets
JavaScript
-
Tips, tricks, and reminders for usin...
Tips, tricks, and reminders for using git 1## Configuring git
2* **See git config** `git config --list`
3* **Set global user name** `git config --global user.name "<name>"`
4* **Set global email** `git config --global user.email "<email>"`
5* **Configure git to use current branch as default for pushing to origin** `git config push.default current`
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.