0% found this document useful (0 votes)
3 views

CU AI Terminal

Uploaded by

x7btk6n4s7
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

CU AI Terminal

Uploaded by

x7btk6n4s7
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Last login: Wed Dec 4 20:05:15 on ttys001

sokhnathiaw@Sokhnas-MacBook-Air ~ % cd Desktop
sokhnathiaw@Sokhnas-MacBook-Air Desktop % cd Cats
cd: no such file or directory: Cats
sokhnathiaw@Sokhnas-MacBook-Air Desktop % Cats
zsh: command not found: Cats
sokhnathiaw@Sokhnas-MacBook-Air Desktop % open Cats
The file /Users/sokhnathiaw/Desktop/Cats does not exist.
sokhnathiaw@Sokhnas-MacBook-Air Desktop % cd Pets
sokhnathiaw@Sokhnas-MacBook-Air Pets % ls
Cats Dogs
sokhnathiaw@Sokhnas-MacBook-Air Pets % cd Cats
sokhnathiaw@Sokhnas-MacBook-Air Cats % touch first_file. txt
sokhnathiaw@Sokhnas-MacBook-Air Cats % ls
first_file. txt
sokhnathiaw@Sokhnas-MacBook-Air Cats % code-insiderr .
zsh: command not found: code-insiderr
sokhnathiaw@Sokhnas-MacBook-Air Cats % touch My name is lucky bark!
sokhnathiaw@Sokhnas-MacBook-Air Cats % ls
My first_file. lucky txt
bark! is name
sokhnathiaw@Sokhnas-MacBook-Air Cats % touch "My name is lucky bark!"
dquote> "
sokhnathiaw@Sokhnas-MacBook-Air Cats % touch "My name is luch bark!".txt
dquote> '
dquote> "
sokhnathiaw@Sokhnas-MacBook-Air Cats % ls
My is
My name is luch bark.txt?'? lucky
My name is lucky bark? name
bark! txt
first_file.
sokhnathiaw@Sokhnas-MacBook-Air Cats % cd Desktop
cd: no such file or directory: Desktop
sokhnathiaw@Sokhnas-MacBook-Air Cats % cd ..
sokhnathiaw@Sokhnas-MacBook-Air Pets % cds ..
zsh: command not found: cds
sokhnathiaw@Sokhnas-MacBook-Air Pets % cd ..
sokhnathiaw@Sokhnas-MacBook-Air Desktop % mkdir CU_AI
sokhnathiaw@Sokhnas-MacBook-Air Desktop % cd CU_AI
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git clone https://github.com/sthiaw04/CU_AI
Cloning into 'CU_AI'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (3/3), done.
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git status
fatal: Not a git repository (or any of the parent directories): .git
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % ls
CU_AI
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % cd CU_AI
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git status
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean


sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git commit -m"initial commit"
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git push
Everything up-to-date
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % add test.txt
zsh: command not found: add
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % touch test.txt
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git commit -m "first change"
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
test.txt

nothing added to commit but untracked files present


sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git push
Everything up-to-date
sokhnathiaw@Sokhnas-MacBook-Air CU_AI % git add teest.txt
fatal: pathspec 'teest.txt' did not match any files
sokhnathiaw@Sokhnas-MacBook-Air CU_AI %
[Restored Dec 8, 2024 at 8:00:57 PM]
Last login: Sun Dec 8 19:59:02 on console
sokhnathiaw@Sokhnas-MacBook-Air CU_AI %

You might also like