git push origin origin:refs/heads/new_feature_name
Make sure everything is up to date:
git fetch origin
Start tracking the branch:
git checkout --track -b new_feature_name origin/new_feature_name
JRuby, Ruby, Ruby on Rails, Javascript, Toulouse...
git push origin origin:refs/heads/new_feature_name
git fetch origin
git checkout --track -b new_feature_name origin/new_feature_name
Aucun commentaire:
Enregistrer un commentaire