Skip to content
Snippets Groups Projects
Unverified Commit bf529954 authored by jrt's avatar jrt
Browse files

Add an example for checkout and branch

parent 0f69bcfb
No related branches found
No related tags found
1 merge request!1Improve README.md
......@@ -10,6 +10,12 @@ Use this template for the course ALP4.
* for every exercise, checkout either the *c-example* or the *java-example*
branch and name the new branch accordingly
The following example uses `git checkout` to create the new `Ueb01` branch based on the `c-example` branch from the remote "origin".
```bash
git checkout -b Ueb01 origin/c-example
```
## Submission
In Whiteboard, add the corresponding commit hash in the comment field of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment