brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
/* | |
ensure :: { String: Any } => void, throws Error | |
Checks to see if you are failing to pass in any arguments. | |
Example: | |
function doSomethingToUser(userName, userEmail) { | |
ensure({ userName, userEmail }); | |
// do stuff... |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare [email protected]:usi-systems/easytrace.git