Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
15 views
Git
GIT Notes
Uploaded by
NILESH RANJAN
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Git For Later
Download
Save
Save Git For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
15 views
Git
GIT Notes
Uploaded by
NILESH RANJAN
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Git For Later
Carousel Previous
Carousel Next
Save
Save Git For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 2
Search
Fullscreen
PS C:\Users\91893\Downloads\IND_PROJECT> git init
Reinitialized existing Git repository in C:/Users/91893/Downloads/IND_PROJECT/.git/
PS C:\Users\91893\Downloads\IND_PROJECT> git add --all
>>
PS C:\Users\91893\Downloads\IND_PROJECT> git add .
PS C:\Users\91893\Downloads\IND_PROJECT> git add --all
>>
PS C:\Users\91893\Downloads\IND_PROJECT> git add --all
>>
PS C:\Users\91893\Downloads\IND_PROJECT> git commit -m
error: switch `m' requires a value
PS C:\Users\91893\Downloads\IND_PROJECT> git commit -m "Initial commit"
>>
[main 70c7b39] Initial commit
16 files changed, 17 insertions(+), 50 deletions(-)
rename Industrial_Project/{ => css}/style.css (100%)
rename Industrial_Project/{ => css}/style1.css (100%)
rename Industrial_Project/{ => css}/style2.css (97%)
delete mode 100644 Industrial_Project/img/a1.png
delete mode 100644 Industrial_Project/img/icon.png
delete mode 100644 Industrial_Project/img/img1.jpg
delete mode 100644 Industrial_Project/img/img2.jpg
delete mode 100644 Industrial_Project/img/img3.jpg
delete mode 100644 Industrial_Project/img/img4.jpg
rename Industrial_Project/{ => js}/script1.js (99%)
>> git init
>> git branch -M main
>> git remote add origin https://github.com/NILESH-2003/6th_Sem_Project.git
>> git push -u origin main
Reinitialized existing Git repository in C:/Users/91893/Downloads/IND_PROJECT/.git/
[main 4538472] first commit
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 README.md
error: remote origin already exists.
remote: Repository not found.
fatal: repository 'https://github.com/NILESH-2003/6th_Semester_Project.git/' not
found
PS C:\Users\91893\Downloads\IND_PROJECT> echo "# 6th_Sem_Project" >> README.md
PS C:\Users\91893\Downloads\IND_PROJECT> echo "# 6th_Sem_Project" >> README.md
PS C:\Users\91893\Downloads\IND_PROJECT> git init
Reinitialized existing Git repository in C:/Users/91893/Downloads/IND_PROJECT/.git/
PS C:\Users\91893\Downloads\IND_PROJECT> git add README.md
PS C:\Users\91893\Downloads\IND_PROJECT> git commit -m "first commit"
On branch main
Your branch and 'origin/main' have diverged,
and have 3 and 2 different commits each, respectively.
PS C:\Users\91893\Downloads\IND_PROJECT> git init
Reinitialized existing Git repository in C:/Users/91893/Downloads/IND_PROJECT/.git/
PS C:\Users\91893\Downloads\IND_PROJECT> git commit -am "first commit"
2 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 README.md
PS C:\Users\91893\Downloads\IND_PROJECT> git remote add origin
https://github.com/NILESH-2003/6th_Sem_Project.git
error: remote origin already exists.
PS C:\Users\91893\Downloads\IND_PROJECT> git remote set-url origin
https://github.com/NILESH-2003/6th_Sem_Project.git
>>
PS C:\Users\91893\Downloads\IND_PROJECT> git push origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/NILESH-
2003/6th_Sem_Project.git'
PS C:\Users\91893\Downloads\IND_PROJECT> git branch
>>
* main
PS C:\Users\91893\Downloads\IND_PROJECT> git checkout -b master
>>
Switched to a new branch 'master'
PS C:\Users\91893\Downloads\IND_PROJECT> git push origin master
Enumerating objects: 55, done.
Counting objects: 100% (55/55), done.
Delta compression using up to 4 threads
Compressing objects: 100% (51/51), done.
Writing objects: 100% (55/55), 7.25 MiB | 2.55 MiB/s, done.
Total 55 (delta 10), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (10/10), done.
To https://github.com/NILESH-2003/6th_Sem_Project.git
* [new branch] master -> master
PS C:\Users\91893\Downloads\IND_PROJECT>
You might also like
Ellias Lonsdale - Inside Degrees
PDF
77% (13)
Ellias Lonsdale - Inside Degrees
122 pages
Mendix Advanced Exam Guide
PDF
No ratings yet
Mendix Advanced Exam Guide
12 pages
OrangePi Lite2 - User Maual - v1.1
PDF
No ratings yet
OrangePi Lite2 - User Maual - v1.1
33 pages
devops2,3autfag
PDF
No ratings yet
devops2,3autfag
5 pages
gitDemo
PDF
No ratings yet
gitDemo
2 pages
Version Contrl Example
PDF
No ratings yet
Version Contrl Example
9 pages
Git Tutorial
PDF
No ratings yet
Git Tutorial
5 pages
Git Push Pull Help
PDF
No ratings yet
Git Push Pull Help
3 pages
Mingw64: (Master)
PDF
No ratings yet
Mingw64: (Master)
3 pages
devops ex 1 52 3
PDF
No ratings yet
devops ex 1 52 3
5 pages
Git Command 2
PDF
No ratings yet
Git Command 2
5 pages
gitpull
PDF
No ratings yet
gitpull
3 pages
Labs 2
PDF
No ratings yet
Labs 2
3 pages
Flutter Not Push Github Because This Pull Project Pull From London Appbrewery
PDF
No ratings yet
Flutter Not Push Github Because This Pull Project Pull From London Appbrewery
6 pages
Cheatsheet Git Commands 01
PDF
No ratings yet
Cheatsheet Git Commands 01
2 pages
Git Reset
PDF
No ratings yet
Git Reset
6 pages
Git
PDF
No ratings yet
Git
15 pages
Essential Git Commands Cheat Sheat 2025
PDF
No ratings yet
Essential Git Commands Cheat Sheat 2025
4 pages
Command For Folder: Initiate
PDF
No ratings yet
Command For Folder: Initiate
10 pages
Gitbash Working
PDF
No ratings yet
Gitbash Working
1 page
Sample Git in Action
PDF
No ratings yet
Sample Git in Action
2 pages
Git Real Slides
PDF
No ratings yet
Git Real Slides
156 pages
Git Real Level 6
PDF
No ratings yet
Git Real Level 6
20 pages
Branches Git Commands
PDF
No ratings yet
Branches Git Commands
11 pages
Developer's Guide To Git: Configuration
PDF
100% (1)
Developer's Guide To Git: Configuration
3 pages
Trên đây là tài liệu vô cùng bổ ích
PDF
No ratings yet
Trên đây là tài liệu vô cùng bổ ích
12 pages
Git Github PUSH ERRORs
PDF
No ratings yet
Git Github PUSH ERRORs
24 pages
WAD_2-A
PDF
No ratings yet
WAD_2-A
4 pages
+50 Git Use Cases
PDF
No ratings yet
+50 Git Use Cases
9 pages
devops ex 1 52 4
PDF
No ratings yet
devops ex 1 52 4
3 pages
Lemi Orhan Ergin: You Should Be Aware of
PDF
No ratings yet
Lemi Orhan Ergin: You Should Be Aware of
60 pages
Git Inerview Questions
PDF
No ratings yet
Git Inerview Questions
15 pages
Mingw64: Clonar El Repositorio Creado en La Nube en La PC Loca / Conexión Remota
PDF
No ratings yet
Mingw64: Clonar El Repositorio Creado en La Nube en La PC Loca / Conexión Remota
6 pages
Software Engineering
PDF
No ratings yet
Software Engineering
5 pages
5
PDF
No ratings yet
5
2 pages
Gitcheatsheet
PDF
No ratings yet
Gitcheatsheet
1 page
Git For Data Science
PDF
No ratings yet
Git For Data Science
6 pages
Using_Git
PDF
No ratings yet
Using_Git
42 pages
Git Basics
PDF
No ratings yet
Git Basics
5 pages
Git Cheat Sheet
PDF
No ratings yet
Git Cheat Sheet
6 pages
Git Cheatsheet
PDF
No ratings yet
Git Cheatsheet
1 page
Git Commands
PDF
No ratings yet
Git Commands
8 pages
Git Hub
PDF
No ratings yet
Git Hub
3 pages
Case Study Git: Local Operations
PDF
No ratings yet
Case Study Git: Local Operations
6 pages
Linus Torvalds For Linux Kernel Development
PDF
No ratings yet
Linus Torvalds For Linux Kernel Development
8 pages
Git Cheatsheet
PDF
No ratings yet
Git Cheatsheet
1 page
Library
PDF
No ratings yet
Library
6 pages
GIT Esc Chicago 2010
PDF
No ratings yet
GIT Esc Chicago 2010
27 pages
Karan 8
PDF
No ratings yet
Karan 8
3 pages
Commands
PDF
No ratings yet
Commands
2 pages
Get Started With GIT
PDF
No ratings yet
Get Started With GIT
20 pages
Tech Talk
PDF
No ratings yet
Tech Talk
4 pages
Report Git Final
PDF
No ratings yet
Report Git Final
12 pages
Giit
PDF
No ratings yet
Giit
89 pages
New Text Document
PDF
No ratings yet
New Text Document
5 pages
ai-case-study
PDF
No ratings yet
ai-case-study
3 pages
Github
PDF
No ratings yet
Github
3 pages
GIT Command
PDF
No ratings yet
GIT Command
20 pages
CCS342 DevOps Unit-1 Git CommandsN
PDF
No ratings yet
CCS342 DevOps Unit-1 Git CommandsN
24 pages
GitHub Foundations Exam Prep: 500 Practice Questions with Detailed Explanations
From Everand
GitHub Foundations Exam Prep: 500 Practice Questions with Detailed Explanations
Satou Takahiro
No ratings yet
Configuration of a Simple Samba File Server, Quota and Schedule Backup
From Everand
Configuration of a Simple Samba File Server, Quota and Schedule Backup
Dr. Hedaya Alasooly
No ratings yet
Configuration of a Simple Samba File Server, Quota and Schedule Backup
From Everand
Configuration of a Simple Samba File Server, Quota and Schedule Backup
Dr. Hidaia Mahmood Alassouli
No ratings yet
Evaluation of Some Android Emulators and Installation of Android OS on Virtualbox and VMware
From Everand
Evaluation of Some Android Emulators and Installation of Android OS on Virtualbox and VMware
Dr. Hidaia Mahmood Alassouli
No ratings yet
Computer Programming Lab Manual
PDF
No ratings yet
Computer Programming Lab Manual
103 pages
Nba Final Report
PDF
No ratings yet
Nba Final Report
25 pages
Fourier Imaging
PDF
No ratings yet
Fourier Imaging
11 pages
Python Game Programming by Example. Full Code 2024
PDF
No ratings yet
Python Game Programming by Example. Full Code 2024
476 pages
Individual Summary Record-PHIL-IRI
PDF
No ratings yet
Individual Summary Record-PHIL-IRI
2 pages
Android Training
PDF
No ratings yet
Android Training
4 pages
525 MCQ On English Literature (Without Option)
PDF
100% (2)
525 MCQ On English Literature (Without Option)
41 pages
Caderno Professor 7ano Iteens
PDF
No ratings yet
Caderno Professor 7ano Iteens
63 pages
4-Year-Old Developmental Milestones eBook
PDF
No ratings yet
4-Year-Old Developmental Milestones eBook
17 pages
Flange Tables
PDF
No ratings yet
Flange Tables
11 pages
FL Module 6 Parts of The Body
PDF
No ratings yet
FL Module 6 Parts of The Body
12 pages
B1 Preliminary Exam Format - Cambridge English Speaking
PDF
No ratings yet
B1 Preliminary Exam Format - Cambridge English Speaking
3 pages
SbProgress Listening and Speaking2
PDF
No ratings yet
SbProgress Listening and Speaking2
42 pages
Graded Quiz - SAS (Week 4) - Data Analysis Using SAS - Great Learning
PDF
100% (1)
Graded Quiz - SAS (Week 4) - Data Analysis Using SAS - Great Learning
6 pages
Symbol Tables
PDF
No ratings yet
Symbol Tables
38 pages
Othello and The Question of Race A Review of Two Decades of Crit
PDF
No ratings yet
Othello and The Question of Race A Review of Two Decades of Crit
54 pages
Introduction To The Old Testament (Hebrew Bible) (Christine Hayes) (Z-Library)
PDF
No ratings yet
Introduction To The Old Testament (Hebrew Bible) (Christine Hayes) (Z-Library)
513 pages
The Parable of The Burning House Buddha
PDF
100% (1)
The Parable of The Burning House Buddha
2 pages
Formula Sheet Physics
PDF
No ratings yet
Formula Sheet Physics
2 pages
ENGD1009 Communication System Lab Session: 2 The Double Sideband AM Waveform
PDF
No ratings yet
ENGD1009 Communication System Lab Session: 2 The Double Sideband AM Waveform
5 pages
Approximation
PDF
No ratings yet
Approximation
5 pages
Unit 4
PDF
No ratings yet
Unit 4
23 pages
Class 10 Practical
PDF
No ratings yet
Class 10 Practical
17 pages
Natsuki (DDLC) Gallery Doki Doki Literature Club Wiki Fandom 2
PDF
No ratings yet
Natsuki (DDLC) Gallery Doki Doki Literature Club Wiki Fandom 2
1 page
TheGiverChapter3MakingInferences-1
PDF
No ratings yet
TheGiverChapter3MakingInferences-1
6 pages
Brio Tips and Tricks 3
PDF
No ratings yet
Brio Tips and Tricks 3
78 pages
4th Grade Newsletter December
PDF
No ratings yet
4th Grade Newsletter December
1 page