From 077b2e6c821f2838f5d9525e88b02f8e6f87e335 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 1 Nov 2021 18:53:41 +0100 Subject: [PATCH] more info to git --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfdc0b1..9255be8 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ dot add /path/to/file dot commit -m "some message" dot push ``` +(on error about missing upstream branch: dot push -u origin master) + ## add 3rd party repositories or update them ```sh #move to where you want to place the module @@ -65,8 +67,3 @@ cd dotfiles dot config --local status.showUntrackedFiles no ``` -## pull repository -```sh -dot clone https://gitea.cloudsphere.duckdns.org/marc/dotfiles.git -dot pull origin master -```