Skip to content

yashinnhl/simple-node

Repository files navigation

simple-node

simple node

add babel for es6

https://www.codementor.io/@iykyvic/writing-your-nodejs-apps-using-es6-6dh0edw2o

adding repo

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

adding Remote

https://docs.github.com/en/free-pro-team@latest/github/using-git/adding-a-remote

git config --global or --local

$ 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

About

simple node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published