Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Create a new folder called branching and git init it.

Copy the text file six_honest_serving_men.txt from the commits folder.

Git add and commit the changes in the folder.

Create a branch called feature/rev_will_not_be_televised using the command git checkout -b feature/rev_will_not_be_relevised

  • No labels