An open API service indexing awesome lists of open source software.

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?"

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.