simple node
https://www.codementor.io/@iykyvic/writing-your-nodejs-apps-using-es6-6dh0edw2o
https://docs.github.com/en/free-pro-team@latest/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line
https://docs.github.com/en/free-pro-team@latest/github/using-git/adding-a-remote
$ git config --global user.email [email protected]```
git init
git remote add origin https://gitlab.com/crew-chief-systems/bot
git remote -v (for checking current repository)
git add -A(add all files)
git commit -m 'Added my project'
git pull --rebase origin master
git push origin master
=======
https://www.jcchouinard.com/add-a-file-to-github-with-git-bash/
>>>>>>> added my project