Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
Git Workflow
Changes
Page history
New page
Templates
Clone repository
Updated Git Workflow (markdown)
authored
7 years ago
by
Alvise de'Faveri
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Git-Workflow.md
+1
-1
1 addition, 1 deletion
Git-Workflow.md
with
1 addition
and
1 deletion
Git-Workflow.md
View page @
9124a970
...
...
@@ -5,7 +5,7 @@ or maybe [A Simple Guide to Git](http://rogerdudler.github.io/git-guide/).
There are some of the terms you'll need to know are:
1)
`pull`
: fetch the most recent version of the code (after you
`cloned`
the repository).
2)
`git add`
: "stage" your changes for the commit.
3)
`commit`
: group together changes to make them final (see
[
below
](
../wiki/Git-Workflow#
C
ommits
)
).
3)
`commit`
: group together changes to make them final (see
[
below
](
../wiki/Git-Workflow#
c
ommits
)
).
4)
`push`
: send your changes upstream.
On a bigger scale, changes to the code can be made on different
`branches`
,
...
...
This diff is collapsed.
Click to expand it.