Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Version 1
- */
- git clone https://github.com/ziycon/SMF2.1
- git checkout release-2.1
- git checkout -b my_fix
- // apply fix
- git commit -asm 'my fix applied'
- git push origin my_fix
- /*
- Version 2
- */
- git clone https://github.com/ziycon/SMF2.1
- git checkout release-2.1
- git remote add ema https://github.com/emanuele45/playpen
- git fetch ema
- git checkout ema/install_fix
- git checkout -b ema_install_fix
- // apply fix
- git commit -asm 'my fix applied'
- git push origin ema_install_fix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement