- Använd "Eclipse IDE for Java Developer" version 2018-12
- Kolla att ni använder UTF-8 som encoding och Unix som "line delimiter" -> UTF8 encoding in Eclipse
- Lägg till user.name och user.email i Eclipce see How to use Git with Eclipse
- user.name: ...the Key, and your GitHub username as the Value
- user.email: ...the Key and your corresponding email as the Value
- Kopiera från Clone-adressen från denna sida
- I Eclipse gör en "Import" från Git
- GitHub Desktop
- Youtube-video: Git Tutorial for Beginners: Command-Line Fundamentals
- Bra youtube-guide för att komma igång med Eclipse och GitHub: GitHub and Eclipse
- Git från terminalen (kommandoraden): Git Basics - Working with Remotes
- Pedagogisk Git Tutorial: thenewboston
- Addressing merge conflicts