検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for rebase (0.014 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 11886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o rewrite the history of this branch, by using git rebase for example. Other people shouldn't base their wor ... n squash the commits into one by using interactive rebase: git rebase - i HEAD ~ 2 The HEAD~2 above is short ... your steps. You can also use the "edit" option in rebase. This way you can change a single commit, for exam ... ple to fix a typo in a docstring: git rebase - i HEAD ~ 3 # Choose edit, pick, pick for the com ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
コードのコミット — Django 4.0.6 ドキュメント 8352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . At this point, you can work on the code. Use git rebase -i and git commit --amend to make sure the commits ... . $ git checkout main $ git pull upstream main $ # Rebase the pull request on main. $ git checkout pr/#### $ ... git rebase main $ git checkout main $ # Merge the work as "fa ... practice, you can omit "--ff-only" since you just rebased) $ git merge --ff-only pr/XXXX $ # If you're not ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 7627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rge the appropriate patches from django-security . Rebase these patches as necessary to make each one a plai ... -ff-only , switch to the security-patch branch and rebase it on the branch you are about to merge it into ( ... git checkout security/1.5.x; git rebase stable/1.5.x ) and then switch back and do the mer ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
PREV 1 NEXT