From e26635f9bbd5f1d2777a076112810b095293f38f Mon Sep 17 00:00:00 2001 From: Rajagopalnaidu1985 Date: Sat, 17 Aug 2024 10:29:44 -0700 Subject: [PATCH 1/9] Testing via squash (#1) --- file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 file.txt diff --git a/file.txt b/file.txt new file mode 100644 index 0000000..f113c55 --- /dev/null +++ b/file.txt @@ -0,0 +1 @@ +main courece is python From 42646d825336fee95bb5990b5f39df52ab596817 Mon Sep 17 00:00:00 2001 From: Rajagopal Date: Sun, 18 Aug 2024 12:06:06 -0700 Subject: [PATCH 2/9] My first commit today with all files --- August18.txt | 0 First_code.txt | 3 + Second_code.txt | 6 + Terminal Saved Output.txt | 368 ++++++++++++++++++++++++++++++++++++++ read_me.txt | 1 + user_service.txt | 5 + 6 files changed, 383 insertions(+) create mode 100644 August18.txt create mode 100644 First_code.txt create mode 100644 Second_code.txt create mode 100644 Terminal Saved Output.txt create mode 100644 read_me.txt create mode 100644 user_service.txt diff --git a/August18.txt b/August18.txt new file mode 100644 index 0000000..e69de29 diff --git a/First_code.txt b/First_code.txt new file mode 100644 index 0000000..2e5eeea --- /dev/null +++ b/First_code.txt @@ -0,0 +1,3 @@ +Hellow Gaatra, Be brave. +when you scared about something have a dicussion with Mom & Dad, before you do somthing. +Bring your thoughts into actions, untill you reach your goals!!!! \ No newline at end of file diff --git a/Second_code.txt b/Second_code.txt new file mode 100644 index 0000000..da7d02a --- /dev/null +++ b/Second_code.txt @@ -0,0 +1,6 @@ +With out job survival is tough at any where. +Job less in US is horrible. +I see many homeless people are in US. Its not the exact country potrated by social media. +Innovation are contionusly happend in some areas in the USA but there are many people are in below poverty line many places. +Be kind with the people and beheave wisely when u are in trubles. + \ No newline at end of file diff --git a/Terminal Saved Output.txt b/Terminal Saved Output.txt new file mode 100644 index 0000000..1eab1ba --- /dev/null +++ b/Terminal Saved Output.txt @@ -0,0 +1,368 @@ +Last login: Thu Aug 15 22:23:25 on ttys018 +raja@Falcon ~ % ls +Desktop Google Drive Music Postman mkdir.txt +Documents Library My Drive Public +Downloads Movies Pictures code +raja@Falcon ~ % cd Desktop +raja@Falcon Desktop % ls +Git_code_commit +Screenshot 2024-07-23 at 7.36.41 PM.png +learn_linux +python-tutorial +raja@Falcon Desktop % cd python-tutorial +raja@Falcon python-tutorial % ls +LICENSE common.py make-html.py +README.md contact-me.md update-ends.py +TODO.md getting-help.md update-readmes.py +advanced html-style.css what-next.md +basics images +classes.md linkcheck.py +raja@Falcon python-tutorial % git branch +* master +raja@Falcon python-tutorial % git branch -b main +error: unknown switch `b' +usage: git branch [] [-r | -a] [--merged] [--no-merged] + or: git branch [] [-f] [--recurse-submodules] [] + or: git branch [] [-l] [...] + or: git branch [] [-r] (-d | -D) ... + or: git branch [] (-m | -M) [] + or: git branch [] (-c | -C) [] + or: git branch [] [-r | -a] [--points-at] + or: git branch [] [-r | -a] [--format] + +Generic options + -v, --verbose show hash and subject, give twice for upstream branch + -q, --quiet suppress informational messages + -t, --track[=(direct|inherit)] + set branch tracking configuration + -u, --set-upstream-to + change the upstream info + --unset-upstream unset the upstream info + --color[=] use colored output + -r, --remotes act on remote-tracking branches + --contains print only branches that contain the commit + --no-contains + print only branches that don't contain the commit + --abbrev[=] use digits to display object names + +Specific git-branch actions: + -a, --all list both remote-tracking and local branches + -d, --delete delete fully merged branch + -D delete branch (even if not merged) + -m, --move move/rename a branch and its reflog + -M move/rename a branch, even if target exists + -c, --copy copy a branch and its reflog + -C copy a branch, even if target exists + -l, --list list branch names + --show-current show current branch name + --create-reflog create the branch's reflog + --edit-description edit the description for the branch + -f, --force force creation, move/rename, deletion + --merged print only branches that are merged + --no-merged print only branches that are not merged + --column[=