-
Notifications
You must be signed in to change notification settings - Fork 0
Git Tutorial
Alexandru-Sebastian Pop edited this page Dec 11, 2025
·
2 revisions
- Git install link
- Components: GitLFS(rest is default)
- Default Editor: your choice
- Initial branch name: Let Git Decide
- Path Environment: Git from the command line and also from 3rd-party software
- SSH Executable: Use bundled OpenSSH
- HTTPS Backend: Use the native Windows Secure Channel library
- Line ending conversations: Checkout Windows-style, commit Unix-style line ending
- Terminal emulator: Use MinTTY
- Default behavior of 'git pull': Fast-forward or merge
- Credential helper: Git Credential Manager
- Extra Options: Enable file system caching, Enable symbolic links
- Node.js install link
- Get Node.js Version: v24.11.1(LTS) for Windows using Docker with npm
- Clone from Github
- Choose: https://github.com/PLEB666/WebEngineeringProjekt
- Choose created folder
- Open Terminal
git config --global user.name "Your Name"git config --global user.email "your.email@example.com"
- Install nodejs
- Open Terminal
cd Frontendnpm installnpm install react-router-dom-
npm install react-icons --save- if Skripts not allowed
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- if Skripts not allowed
- Open project folder
- Open terminal
cd Frontendnpm run dev
- Copy url from terminal in browser (htttps://localhost:xxxx/)
- Select main branch in VSCode (down left corner)
- Create new branch
- Choose Branch name
- Go to Source Control on left sidebar
- Create Commit message
- Commit
- Pop-up: Yes
- Publish Branch
- Go to github project
- Create pull request