Skip to content

Danchik-backend_https://github.com/Danchik675/danchik-backend.gitcd /path/to/danchik-backend # ← Replace this with your actual backend folder location git init git remote add origin https://github.com/Danchik675/danchik-backend.git git add . git commit -m "Initial backend commit" git push -u origin master Danchik-frontend_https://github.com/Danchik675/danchik-frontend.gitcd /path/to/danchik-frontend # ← Replace this with your actual frontend folder location git init git remote add origin https://github.com/Danchik675/danchik-frontend.git git add . git commit -m "Initial frontend commit" git push -u origin master #55

Description

@danchik675

https://github.com/Danchik675/danchik-backend.gitcd /path/to/danchik-backend # ← Replace this with your actual backend folder location

git init
git remote add origin https://github.com/Danchik675/danchik-backend.git
git add .
git commit -m "Initial backend commit"
git push -u origin master
https://github.com/Danchik675/danchik-frontend.gitcd /path/to/danchik-frontend # ← Replace this with your actual frontend folder location

git init
git remote add origin https://github.com/Danchik675/danchik-frontend.git
git add .
git commit -m "Initial frontend commit"
git push -u origin master

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions