https://github.com/bitebitbytebeta/docker_workshop_hands-on
Based on the https://github.com/docker/getting-started-app/tree/main "how do i add the cloned repositiory into my own GitHub?"
https://github.com/bitebitbytebeta/docker_workshop_hands-on
Last synced: 4 months ago
JSON representation
Based on the https://github.com/docker/getting-started-app/tree/main "how do i add the cloned repositiory into my own GitHub?"
- Host: GitHub
- URL: https://github.com/bitebitbytebeta/docker_workshop_hands-on
- Owner: bitebitbytebeta
- Created: 2025-05-22T07:36:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T08:07:55.000Z (about 1 year ago)
- Last Synced: 2025-06-03T21:30:21.286Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
This repository is a sample application for users following the getting started guide at https://docs.docker.com/get-started/.
The application is based on the application from the getting started tutorial at https://github.com/docker/getting-started
"how do i add the cloned repositiory into my own GitHub?"
Make new repositiory, dont initalizd with readme etc.
go terminal and cd to that folder on local, "getting-started-app"
then git remote add origin https://github.com//.git
shoulde see github url with git remote -v
if not git remote remove origin, and then remote add that correct one and check.
then git push -u origin main
trying to git add. and git commit -m "inital"
and then push, but it's just default as before i changed to the clone.
so just change the new files here. Maybe next time find out how to chnage within local clone and uploda whole updates.
so clone, add to repository, edit files on github.