Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
note basic git requirements before workflow
authored
Mar 02, 2024
by
Malin Freeborn
Show whitespace changes
Inline
Side-by-side
home.md
View page @
64d4ab58
## Workflow
If you're new to
`git`
, then:
1.
[
compile the repo
](
dev/Compiling
)
, and
1.
try out the
[
basic git
](
dev/Basic-Git
)
commands.
The workflow broadly goes like this:
-
Small changes go into the
`dev`
branch.
...
...