





This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git init # initiates git in the current directory | |
git remote add origin https://github.com/repo_name.git # add remote reposiory | |
git clone <address> # creates a git repo from given address (get the address from your git-server) | |
git clone <address> -b <branch_name> <path/to/directory> # clones a git repo from the address into the given directory and checkout's the given branch | |
git clone <address> -b <branch_name> --single-branch # Clones a single branch | |
git add <file_name> # adds(stages) file.txt to the git | |
git add * # adds(stages) all new modifications, deletions, creations to the git | |
git reset file.txt # Removes file.txt from the stage | |
git reset --hard # Throws away all your uncommitted changes, hard reset files to HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[List] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"2024-03-03": [ | |
{ | |
"name": "@testing-library/user-event", | |
"message": "Major update available. https://github.com/testing-library/user-event#readme", | |
"command": "npm uninstall @testing-library/user-event --save", | |
"operation": "delete", | |
"info": "To remove this package: npm uninstall @testing-library/user-event --save" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metaphorist,breath,basilisk,attention,tribe,workman,manhole,street,grocery,subway | |
nickel,telephone,event,liver,cordon,furor,misfortune,brewery,cosmogony,billboard |