-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
@Jelly-Yu @qiuzhihui
Jelly keeps a great merging branch habit .
Seems like a better idea, since now we have a little more code to maintain.. avoid unnecessary push.
When git commit we can specify which file to commit.. instead of just commit the whole repo. Base on what I found on @qiuzhihui commit history, it seems like you are mostly committing the whole repo.
I will stick to this habit as well, if later on I have time to write code for it.
I'm not familiar with git. But should be sth like following.
@Jelly-Yu if not correct plz comment as well.
create xxx
git branch xxx
switch to xxx
git checkout xxx
commit to local
git commit -m ""
merge
git checkout master
git merge xxx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels