Skip to content

Avoid git pull #3

@chillenzer

Description

@chillenzer

git pull is sometimes frowned upon because you might make a mess with it. It should be replaced with a workflow like

git fetch
git diff origin/<branch name>
git rebase/merge origin/<branch name>

If it's feasible (in the lecture context) to consequently change that everywhere is debatable but it should at least be advertised upon first use of git pull.

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