-
Notifications
You must be signed in to change notification settings - Fork 39
Git Kraken
AlmantasK edited this page May 2, 2021
·
1 revision
Full Tutorial Video ~51min
- What is a Git repository? (1:33)
- Working with remote repositories and GitHub (2:29)
- Authenticating GitKraken with GitHub (3:48)
- Generating an SSH key with GitKraken (7:59)
- Cloning a repo from GitHub (10:45)
- Opening an existing repo (12:35)
- Making a change, staging and committing (14:29)
- Pushing a change to a GitHub remote (22:42)
- Undoing (26:15)
- Pulling a change from a GitHub remote (30:20)
- Creating a feature branch and pull request (32:24)
- Adding a remote manually (45:17)
https://www.gitkraken.com/student-resources
GitKraken User Interface (dark theme) Cheat-Sheet PDF
GitKraken Cheat Sheet PDF
Fundamentals of practical programming
Problem 1: International Recipe ConverterLesson 1: C# Keywords and User Input
Lesson 2: Control Flow, Array and string
Lesson 3: Files, error handling and debugging
Lesson 4: Frontend using WinForms
RESTful Web API and More Fundamentals
Problem 2: Your Online Shopping ListLesson 5: RESTful, objects and JSON
Lesson 6: Code versioning
Lesson 7: OOP
Lesson 8: Understanding WebApi & Dependency Injection
Lesson 9: TDD
Lesson 10: LINQ and Collections
Lesson 11: Entity Framework
Lesson 12: Databases and SQL