Blog

Git

GitHub

Push a project to GitHub

The easiest way to push your project into GitHub

Ragav Kumar V

Ragav Kumar V

Jan 13, 2023 — Updated Jan 14, 2023 · 2 min read

Click on Source control & Initialize Repository
Click on Source control & Initialize Repository
Hover on Changes & Click on the Plus button to stage all changes
Hover on Changes & Click on the Plus button to stage all changes

_45
node_modules
_45
build
_45
# Local Netlify folder
_45
.netlify
_45
_45
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
_45
_45
# dependencies
_45
/node_modules
_45
/.pnp
_45
.pnp.js
_45
_45
# testing
_45
/coverage
_45
_45
# next.js
_45
/.next/
_45
/out/
_45
_45
# production
_45
/build
_45
_45
# misc
_45
.DS_Store
_45
*.pem
_45
_45
# debug
_45
npm-debug.log*
_45
yarn-debug.log*
_45
yarn-error.log*
_45
.pnpm-debug.log*
_45
_45
# local env files
_45
.env*.local
_45
_45
# vercel
_45
.vercel
_45
.firebase/
_45
_45
.env
_45
_45
# Contentlayer
_45
.contentlayer
_45
_45
.vscode

Changes are staged
Changes are staged
Provide a commit message & Click on Commit
Provide a commit message & Click on Commit
Click on Publish Branch
Click on Publish Branch
Choose whether your repo needs to be public or private
Choose whether your repo needs to be public or private
Click on Open on GitHub
Click on Open on GitHub
The repo is successfully pushed and you may share the URL
The repo is successfully pushed and you may share the URL

@ragavkumarv
swipe to next ➡️