Skip to content

Commit

Permalink
format-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarquan committed Nov 29, 2024
1 parent 75de8f9 commit 7ab1604
Showing 1 changed file with 29 additions and 37 deletions.
66 changes: 29 additions & 37 deletions notes/zrq/20230807-01-git-init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,43 +64,35 @@
git remote add origin '[email protected]:Zarquan/ExecPlannerNote2.git'
git push --set-upstream origin main

--START--
Initialized empty Git repository in /var/local/projects/IVOA/EP-TDL/ExecPlannerNote2/github-zrq/.git/
--END--

--START--
Cloning into '/var/local/projects/IVOA/EP-TDL/ExecPlannerNote2/github-zrq/ivoatex'...
remote: Enumerating objects: 1422, done.
remote: Counting objects: 100% (171/171), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 1422 (delta 134), reused 137 (delta 129), pack-reused 1251
Receiving objects: 100% (1422/1422), 2.15 MiB | 6.73 MiB/s, done.
Resolving deltas: 100% (920/920), done.
--END--

--START--
[main (root-commit) 0195ac2] Creating initial templates for ExecPlannerNote2
7 files changed, 588 insertions(+)
create mode 100644 .gitignore
create mode 100644 .gitmodules
create mode 100644 ExecPlannerNote2.tex
create mode 100644 LICENSE
create mode 100644 Makefile
create mode 100644 README.md
create mode 160000 ivoatex
--END--

--START--
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 4 threads
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 8.95 KiB | 2.24 MiB/s, done.
Total 8 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:Zarquan/ExecPlannerNote2.git
* [new branch] main -> main
branch 'main' set up to track 'origin/main'.
--END--
> Initialized empty Git repository in /var/local/projects/IVOA/EP-TDL/ExecPlannerNote2/github-zrq/.git/

> Cloning into '/var/local/projects/IVOA/EP-TDL/ExecPlannerNote2/github-zrq/ivoatex'...
> remote: Enumerating objects: 1422, done.
> remote: Counting objects: 100% (171/171), done.
> remote: Compressing objects: 100% (42/42), done.
> remote: Total 1422 (delta 134), reused 137 (delta 129), pack-reused 1251
> Receiving objects: 100% (1422/1422), 2.15 MiB | 6.73 MiB/s, done.
> Resolving deltas: 100% (920/920), done.

> [main (root-commit) 0195ac2] Creating initial templates for ExecPlannerNote2
> 7 files changed, 588 insertions(+)
> create mode 100644 .gitignore
> create mode 100644 .gitmodules
> create mode 100644 ExecPlannerNote2.tex
> create mode 100644 LICENSE
> create mode 100644 Makefile
> create mode 100644 README.md
> create mode 160000 ivoatex

> Enumerating objects: 8, done.
> Counting objects: 100% (8/8), done.
> Delta compression using up to 4 threads
> Compressing objects: 100% (8/8), done.
> Writing objects: 100% (8/8), 8.95 KiB | 2.24 MiB/s, done.
> Total 8 (delta 0), reused 0 (delta 0), pack-reused 0
> To github.com:Zarquan/ExecPlannerNote2.git
> * [new branch] main -> main
> branch 'main' set up to track 'origin/main'.



0 comments on commit 7ab1604

Please sign in to comment.