Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
switch_branch.sh 217 B
#!/usr/bin/env bash
echo 'Removing all local changes'
git checkout -- .
echo 'Fetching from git...'
git fetch
git checkout debugging-multipart
git pull
git submodule update
echo 'Building Project...'
cd build
make -j