Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some aliases for useful git commands (#125)
## Summary: If you use the "upstream of your branch is the branch off of which this branch was checked out" strategy (`branch.autosetupmerge=always`), as opposed to the "upstream of your branch is the same-named remote branch" strategy, this makes it easy for you to push and pull from the "same-named remote branch" on `origin`. Issue: XXX-XXXX ## Test plan: How do we get something in the `/Users/<user>/khan/devtools/khan-dotfiles/.gitconfig.khan` file to get used by a user's system? Are we symlinking? Or do they need to rerun a command to copy the file? Anyway, get this into the home directory or something, and then see that `git pup`, `git pown`, and `git pupl` do what they say they should do. Author: lillialexis Reviewers: csilvers, lillialexis, #devops, jeresig Required Reviewers: Approved By: csilvers Checks: Pull Request URL: #125
- Loading branch information