Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


My git init

20 Nov 2022 »

local

git config user.name "crashlaker"
git config user.email "crashlaker@gmail.com"

global

git config --global user.name "crashlaker"
git config --global user.email "crashlaker@gmail.com"

git remote add origin https://github.com/CrashLaker/boilerplate-webpack4.git

git remote set-url origin https://github.com/CrashLaker/boilerplate-webpack4.git

git remote -v

.gitignore

*.sw*
node_modules/