add example

This commit is contained in:
Denis Lehmann 2024-08-13 23:15:20 +02:00
parent 9904105c1a
commit 5335adc901

View file

@ -6,6 +6,14 @@
New remote URLs will be added with the same URL scheme as the one of the =origin= remote. New remote URLs will be added with the same URL scheme as the one of the =origin= remote.
The only argument which is needed is a =REMOTE_NAME=, The only argument which is needed is a =REMOTE_NAME=,
#+begin_example
$ gra Deleh
Adding remote origin-Deleh with URL git@github.com:Deleh/example.git
Fetching from remote origin-Deleh
From github.com:Deleh/example
* [new branch] main -> origin-Deleh/main
#+end_example
* Usage * Usage
#+begin_example #+begin_example