Skip to content

couple of git instructions to the read.me file #9

@vin67

Description

@vin67

You might want to also add a couple of git instructions to the read.me file for people doing your course who are not so familiar with git. I would suggest:

Check all branches in cloned repo
git branch -a

Switch between branches
git checkout <branch-name>

stash files you have modified to enable switch
git stash save "some msg"

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