Skip to content

All work should better be under branch then merge. #7

@hyperchi

Description

@hyperchi

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions