Commit Graph

15 Commits

Author SHA1 Message Date
Bjarke Sporring
76c4182186 feat: update README to include SSH guidelines 2026-01-15 12:03:50 +01:00
Bjarke Sporring
f696044461 Simplify README installation instructions
- Remove complex installation options
- List prerequisites with direct winget commands
- Keep oneshot installation as recommended option
- Add manual setup steps for clarity
- Focus on getting users started quickly
2026-01-14 16:35:59 +01:00
Bjarke Sporring
e7ce41cbbc Update oneshot installation to clone repository locally
- Modified install.ps1 to clone git-workshop repository to ~/git-workshop
- Added option to remove existing directory before cloning
- Updated documentation to reflect the new behavior
- Now provides complete setup: install tools + clone repo in one command
- Similar to Scoop's get.scoop.sh installation pattern
2026-01-14 16:29:09 +01:00
Bjarke Sporring
34f2607b22 Add oneshot installation script for easy setup
- Created install.ps1 that downloads repository and runs prerequisites installer
- Updated README.md and INSTALLATION.md to document the new oneshot option
- Script can be run with: irm https://git.frod.dk/floppydiscen/git-workshop/raw/branch/main/install.ps1 | iex
- Provides seamless installation experience for new users
2026-01-14 16:26:29 +01:00
Bjarke Sporring
bb01592b6c feat: initial install-prerequisites script that install vscode, git and powershell 7 2026-01-12 08:50:41 +01:00
Bjarke Sporring
5492f17a5a fix: cleanup README and focus on windows 2026-01-12 08:42:20 +01:00
Bjarke Sporring
8d63b2d22e feat: split out reset from the revert. First the safe path then the advanced path 2026-01-11 23:02:48 +01:00
Bjarke Sporring
a0a9a5a0d9 feat: initial branching+merge+conflicts module merge 2026-01-11 14:50:40 +01:00
Bjarke Sporring
0a9f7c1842 feat: update README after big changes 2026-01-07 23:51:49 +01:00
Bjarke Sporring
dc94520b2a feat: add guidance for beginners to get started 2026-01-05 12:47:33 +01:00
Bjarke Sporring
a7b511c8cb feat: add git cheatsheet 2026-01-05 12:34:40 +01:00
Bjarke Sporring
a8eb66d3c9 feat: update readme 2026-01-05 12:22:01 +01:00
Bjarke Sporring
d87c4524dc feat: initial module 3 2026-01-04 16:43:21 +01:00
Bjarke Sporring
2b3ea7ed36 feat: add section about workshop facilitators 2025-12-19 11:28:17 +01:00
Bjarke Sporring
3a7f682cc2 feat: add module 1 2025-12-19 11:18:25 +01:00