Skip to content
Snippets Groups Projects

Finished first version of git-remote content.

Merged Mark HOEBEKE requested to merge git-remote into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 9
4
@@ -12,16 +12,21 @@ Training material for the Git for Beginners ABiMS training session
### Trainee Setup Testing
1. Does everyone have an account on GitLab ?
### Git Basics
### Git(Lab) Basics
1. Some definitions
1. Creating a repository
1. Adding / editing / removing files & folders
1. Committing changes
### Using a Repository Remotely
### Using Remote Repositories
1. Motivation
1. Cloning a repository
1. Modifying the local repository
1. Cloning a GitLab repository
1. Cloning using HTTPS
1. CLoning using SSH
### Git Command Line Basics
1. Displaying information about a local repository
1. Making changes to the local repository
1. Propagating changes to the remote repository
### Branching Basics
Loading