Skip to content

Instantly share code, notes, and snippets.

@domarps
Created February 5, 2016 21:20
Show Gist options
  • Save domarps/2a5daada18d892f4561b to your computer and use it in GitHub Desktop.
Save domarps/2a5daada18d892f4561b to your computer and use it in GitHub Desktop.
Submitting a Pull Request
git clone https://github.com/domarps/meta.git
cd meta/
git checkout develop
git submodule update
git submodule update --init
git submodule update --init --recursive
ls
cd deps/bandit/
rm -rf .git
ls
ls -al
cd ../..
ls
git submodule update --init --recursive
mkdir build && cd build
ls
cmake
cmake ..
make -j 4
ls
cd src
clear
ls
ls
vi tools/
cd ../
cd ..
vi src/tools/profile.cpp
vi src/tools/profile.cpp
ls
vi src/tools/profile.cpp
make
cd build
make
./unit-test
cd ..
git add src/tools/profile.cp
git commit -m "Fixes issue #126"
git config --global --edit
git config --global --edit
git commit --amend --reset-author
git push origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment