$HOME/.gitconfig
[includeIf "gitdir:~/personal/"]
path = ~/.gitconfig-personal
[includeIf "gitdir:~/work/"]
If you're working within the Windows Subsystem for Linux (WSL) and need to open the current directory in Windows Explorer, you can use the following commands. WSL automatically sets the Windows path for you.
explorer.exe .
This command will launch Windows Explorer with the current directory open.
// check version | |
node -v || node --version | |
// list locally installed versions of node | |
nvm ls | |
// list available versions of node | |
nvm ls-remote | |
// list latest versions of node |
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