NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

Last login: Tue Sep 21 07:40:51 on ttys002
e2r5p7% cd
e2r5p7% cd desktop
e2r5p7% git clone [email protected]:vogsphere/intra-uuid-40b35d9d-09ff-4322-b3e4-af28794f42d2-3795048 Elm
Cloning into 'Elm'...
The authenticity of host 'vogsphere-v2.1337.ma (10.23.1.226)' can't be established.
ECDSA key fingerprint is SHA256:9tke94vX/LxvCqqKBOdncnRvZJsl5D4HCA4H2w99Bwc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'vogsphere-v2.1337.ma,10.23.1.226' (ECDSA) to the list of known hosts.
warning: You appear to have cloned an empty repository.
e2r5p7% cd Elm
e2r5p7% ls
ex00 ex01 ex02 ex03 ex04 ex05 ex06 ex07 ex08
e2r5p7% git add*
zsh: no matches found: add*
e2r5p7% git add *
e2r5p7% ls
ex00 ex01 ex02 ex03 ex04 ex05 ex06 ex07 ex08
e2r5p7% git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: ex00/z
new file: ex01/testShell00
new file: ex01/testShell00.tar
new file: ex02/exo2.tar
new file: ex02/test1
new file: ex02/test3
new file: ex02/test4
new file: ex02/test5
new file: ex02/test6
new file: ex03/klist.txt
new file: ex04/midLS
new file: ex05/git_commit.sh
new file: ex06/git_ignore.sh
new file: ex07/.DS_Store
new file: ex07/b
new file: ex08/clean

Untracked files:
(use "git add <file>..." to include in what will be committed)

.DS_Store

e2r5p7% git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: ex00/z
new file: ex01/testShell00
new file: ex01/testShell00.tar
new file: ex02/exo2.tar
new file: ex02/test1
new file: ex02/test3
new file: ex02/test4
new file: ex02/test5
new file: ex02/test6
new file: ex03/klist.txt
new file: ex04/midLS
new file: ex05/git_commit.sh
new file: ex06/git_ignore.sh
new file: ex07/.DS_Store
new file: ex07/b
new file: ex08/clean

Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)

deleted: ex02/test1
deleted: ex02/test3
deleted: ex02/test4
deleted: ex02/test5
deleted: ex02/test6

Untracked files:
(use "git add <file>..." to include in what will be committed)

.DS_Store
ex02/.DS_Store

e2r5p7% git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: ex00/z
new file: ex01/testShell00
new file: ex01/testShell00.tar
new file: ex02/exo2.tar
new file: ex02/test1
new file: ex02/test3
new file: ex02/test4
new file: ex02/test5
new file: ex02/test6
new file: ex03/klist.txt
new file: ex04/midLS
new file: ex05/git_commit.sh
new file: ex06/git_ignore.sh
new file: ex07/.DS_Store
new file: ex07/b
new file: ex08/clean

Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)

deleted: ex02/test1
deleted: ex02/test3
deleted: ex02/test4
deleted: ex02/test5
deleted: ex02/test6

Untracked files:
(use "git add <file>..." to include in what will be committed)

.DS_Store
ex02/.DS_Store

e2r5p7% git rm -f '*test1'
rm 'ex02/test1'
e2r5p7% git rm -f '*test2'
fatal: pathspec '*test2' did not match any files
e2r5p7% git rm -f '*test'
fatal: pathspec '*test' did not match any files
e2r5p7% git rm -f '*test3'
rm 'ex02/test3'
e2r5p7% git rm -f '*test4'
rm 'ex02/test4'
e2r5p7% git rm -f '*test5'
rm 'ex02/test5'
e2r5p7% git rm -f '*test6'
rm 'ex02/test6'
e2r5p7% git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: ex00/z
new file: ex01/testShell00
new file: ex01/testShell00.tar
new file: ex02/exo2.tar
new file: ex03/klist.txt
new file: ex04/midLS
new file: ex05/git_commit.sh
new file: ex06/git_ignore.sh
new file: ex07/.DS_Store
new file: ex07/b
new file: ex08/clean

Untracked files:
(use "git add <file>..." to include in what will be committed)

.DS_Store
ex02/.DS_Store

e2r5p7% git rm -f '*testShell00'
rm 'ex01/testShell00'
e2r5p7% git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: ex00/z
new file: ex01/testShell00.tar
new file: ex02/exo2.tar
new file: ex03/klist.txt
new file: ex04/midLS
new file: ex05/git_commit.sh
new file: ex06/git_ignore.sh
new file: ex07/.DS_Store
new file: ex07/b
new file: ex08/clean

Untracked files:
(use "git add <file>..." to include in what will be committed)

.DS_Store
ex02/.DS_Store

e2r5p7% git rm -f '*DS_Store'
rm 'ex07/.DS_Store'
e2r5p7% git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: ex00/z
new file: ex01/testShell00.tar
new file: ex02/exo2.tar
new file: ex03/klist.txt
new file: ex04/midLS
new file: ex05/git_commit.sh
new file: ex06/git_ignore.sh
new file: ex07/b
new file: ex08/clean

Untracked files:
(use "git add <file>..." to include in what will be committed)

.DS_Store
ex02/.DS_Store

e2r5p7% git scommit -m 'sfg'
git: 'scommit' is not a git command. See 'git --help'.

The most similar command is
commit
e2r5p7% git commit -m 'sfg'
[master (root-commit) c21ce33] sfg
Committer: El mehdi Elmohammady <[email protected]>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:

git config --global --edit

After doing this, you may fix the identity used for this commit with:

git commit --amend --reset-author

9 files changed, 22 insertions(+)
create mode 100644 ex00/z
create mode 100644 ex01/testShell00.tar
create mode 100644 ex02/exo2.tar
create mode 100644 ex03/klist.txt
create mode 100644 ex04/midLS
create mode 100644 ex05/git_commit.sh
create mode 100644 ex06/git_ignore.sh
create mode 100644 ex07/b
create mode 100644 ex08/clean
e2r5p7% git push
Enumerating objects: 20, done.
Counting objects: 100% (20/20), done.
Delta compression using up to 4 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (20/20), 1.77 KiB | 1.77 MiB/s, done.
Total 20 (delta 1), reused 0 (delta 0)
remote: . Processing 1 references
remote: Processed 1 references in total
To vogsphere-v2.1337.ma:vogsphere/intra-uuid-40b35d9d-09ff-4322-b3e4-af28794f42d2-3795048
* [new branch] master -> master
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.