0% found this document useful (0 votes)
5 views36 pages

Git Initialization and File Tracking Guide

The document shows the steps taken to initialize a Git repository for a Web Forms project called Empresa. It initializes an empty Git repository, checks the status which shows untracked files, and then stages all files and folders for the initial commit. Warnings are shown for files that will have line endings replaced.

Uploaded by

marotti430
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views36 pages

Git Initialization and File Tracking Guide

The document shows the steps taken to initialize a Git repository for a Web Forms project called Empresa. It initializes an empty Git repository, checks the status which shows untracked files, and then stages all files and folders for the initial commit. Warnings are shown for files that will have line endings replaced.

Uploaded by

marotti430
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web

Forms/Empresa/Empresa
$ git init
Initialized empty Git repository in C:/Users/pedro/OneDrive/Área de
Trabalho/Códigos/C#/Web Forms/Empresa/Empresa/.git/

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master

No commits yet

Untracked files:
(use "git add <file>..." to include in what will be committed)
.vs/
[Link]
Empresa/
packages/

nothing added to commit but untracked files present (use "git add" to track)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git add .
warning: LF will be replaced by CRLF in Empresa/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/bin/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/fonts/glyphicons-halflings-
[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/Modernizr.2.8.3/Content/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/fonts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/fonts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/[Link].
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/[Link].
The file will have its original line endings in your working directory

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
[Link]
new file: .vs/Empresa/FileContentIndex/[Link]
new file: .vs/Empresa/config/[Link]
new file: .vs/Empresa/v17/.suo
new file: [Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/App_Start/[Link]
new file: Empresa/App_Start/[Link]
new file: Empresa/[Link]
new file: Empresa/Classes/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/Content/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/Negocio/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Produto/[Link]
new file: Empresa/Properties/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file:
Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/MSAjax/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/WebForms/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/Scripts/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file:
Empresa/bin/[Link]
new file:
Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/[Link]
new file: Empresa/bin/pt-br/[Link]
new file: Empresa/bin/pt-br/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file:
Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file:
Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/bin/roslyn/[Link]
new file: Empresa/[Link]
new file: Empresa/fonts/[Link]
new file: Empresa/fonts/[Link]
new file: Empresa/fonts/[Link]
new file: Empresa/fonts/[Link]
new file: Empresa/fonts/glyphicons-halflings-regular.woff2
new file:
Empresa/obj/Debug/.NETFramework,Version=[Link]
new file: Empresa/obj/Debug/[Link]
new file:
Empresa/obj/Debug/[Link]
new file: Empresa/obj/Debug/[Link]
new file: Empresa/obj/Debug/[Link]
new file: Empresa/obj/Debug/[Link]
new file: Empresa/obj/Debug/[Link]
new file: Empresa/obj/Debug/[Link]
new file: Empresa/obj/Debug/[Link]
new file: Empresa/[Link]
new file: packages/Antlr.[Link]/.signature.p7s
new file: packages/Antlr.[Link]/[Link]
new file: packages/Antlr.[Link]/lib/[Link]
new file: packages/Antlr.[Link]/lib/[Link]
new file: packages/[Link].3.4.1/.signature.p7s
new file:
packages/[Link].3.4.1/[Link].3.4.1.
nupkg
new file:
packages/[Link].3.4.1/lib/net40/[Link]
[Link]
new file:
packages/[Link].3.4.1/lib/net45/[Link]
[Link]
new file: packages/[Link].3.4.1/.signature.p7s
new file:
packages/[Link].3.4.1/[Link]
new file:
packages/[Link].3.4.1/lib/net40/[Link]
l
new file:
packages/[Link].3.4.1/lib/net45/[Link]
l
new file: packages/[Link].1.0.2/.signature.p7s
new file:
packages/[Link].1.0.2/Content/App_Start/[Link]
new file:
packages/[Link].1.0.2/Content/[Link]
new file:
packages/[Link].1.0.2/Content/[Link]
.pp
new file:
packages/[Link].1.0.2/Content/[Link]
new file:
packages/[Link].1.0.2/Content/[Link]
new file:
packages/[Link].1.0.2/Content/[Link].
pp
new file:
packages/[Link].1.0.2/Content/[Link]
new file:
packages/[Link].1.0.2/[Link]
pkg
new file: packages/[Link].1.0.2/[Link]
new file:
packages/[Link].1.0.2/.signature.p7s
new file:
packages/[Link].1.0.2/[Link]
[Link]
new file:
packages/[Link].1.0.2/lib/net40/[Link]
[Link]
new file:
packages/[Link].1.0.2/lib/net40/[Link]
[Link]
new file: packages/[Link].1.0.2/lib/net40/pt-
br/[Link]
new file: packages/[Link].1.0.2/lib/net40/pt-
br/[Link]
new file:
packages/[Link].1.0.2/lib/net45/[Link]
[Link]
new file:
packages/[Link].1.0.2/lib/net45/[Link]
[Link]
new file: packages/[Link].1.0.2/lib/net45/pt-
br/[Link]
new file: packages/[Link].1.0.2/lib/net45/pt-
br/[Link]
new file: packages/[Link]-
br.1.0.2/.signature.p7s
new file:
packages/[Link]-br.1.0.2/[Link]
[Link]
new file:
packages/[Link]-br.1.0.2/lib/net40/pt-br/
[Link]
new file:
packages/[Link]-br.1.0.2/lib/net40/pt-br/
[Link]
new file:
packages/[Link]-br.1.0.2/lib/net45/pt-br/
[Link]
new file:
packages/[Link]-br.1.0.2/lib/net45/pt-br/
[Link]
new file:
packages/[Link].5.0.0/.signature.p7s
new file:
packages/[Link].5.0.0/[Link]
.[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
new file:
packages/[Link].5.0.0/lib/net45/[Link]
[Link]
new file:
packages/[Link].5.0.0/.signature.p7s
new file:
packages/[Link].5.0.0/[Link]
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
new file:
packages/[Link].5.0.0/lib/net45/[Link]
[Link]
new file: packages/[Link].1.1.3/.signature.p7s
new file:
packages/[Link].1.1.3/[Link].
[Link]
new file:
packages/[Link].1.1.3/lib/net40/[Link].
dll
new file: packages/[Link].1.1.3/lib/net40/pt-
br/[Link]
new file:
packages/[Link].1.1.3/lib/net40/[Link].
xml
new file:
packages/[Link].1.1.3/.signature.p7s
new file:
packages/[Link].1.1.3/[Link]
[Link]
new file:
packages/[Link].1.1.3/content/
[Link]
new file:
packages/[Link].1.1.3/lib/net45/
[Link]
new file: packages/[Link]-
br.1.1.3/.signature.p7s
new file:
packages/[Link]-br.1.1.3/[Link]
[Link]
new file:
packages/[Link]-br.1.1.3/lib/net40/pt-br/
[Link]
new file:
packages/[Link].2.0.1/.signature.p7s
new file:
packages/[Link].2.0.1/
[Link]
new file:
packages/[Link].2.0.1/build/net45/
[Link]
new file:
packages/[Link].2.0.1/build/net45/
[Link]
new file:
packages/[Link].2.0.1/build/net46/
[Link]
new file:
packages/[Link].2.0.1/build/net46/
[Link]
new file:
packages/[Link].2.0.1/content/net45/
[Link]
new file:
packages/[Link].2.0.1/content/net45/
[Link]
new file:
packages/[Link].2.0.1/content/net45/
[Link]
new file:
packages/[Link].2.0.1/content/net45/
[Link]
new file:
packages/[Link].2.0.1/content/net46/
[Link]
new file:
packages/[Link].2.0.1/content/net46/
[Link]
new file:
packages/[Link].2.0.1/content/net46/
[Link]
new file:
packages/[Link].2.0.1/content/net46/
[Link]
new file:
packages/[Link].2.0.1/lib/net45/
[Link]
new file:
packages/[Link].2.0.1/lib/net45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
new file:
packages/[Link].2.0.1/tools/net45/
install.ps1
new file:
packages/[Link].2.0.1/tools/net45/
uninstall.ps1
new file: packages/[Link].[Link]/.signature.p7s
new file:
packages/[Link].[Link]/[Link].[Link].
nupkg
new file:
packages/[Link].[Link]/lib/net40/[Link]
[Link]
new file: packages/Modernizr.2.8.3/.signature.p7s
new file: packages/Modernizr.2.8.3/Content/Scripts/[Link]
new file: packages/Modernizr.2.8.3/[Link]
new file: packages/Modernizr.2.8.3/Tools/common.ps1
new file: packages/Modernizr.2.8.3/Tools/install.ps1
new file: packages/Modernizr.2.8.3/Tools/uninstall.ps1
new file: packages/[Link].12.0.2/.signature.p7s
new file: packages/[Link].12.0.2/[Link]
new file: packages/[Link].12.0.2/[Link]
new file: packages/[Link].12.0.2/lib/net20/[Link]
new file: packages/[Link].12.0.2/lib/net20/[Link]
new file: packages/[Link].12.0.2/lib/net35/[Link]
new file: packages/[Link].12.0.2/lib/net35/[Link]
new file: packages/[Link].12.0.2/lib/net40/[Link]
new file: packages/[Link].12.0.2/lib/net40/[Link]
new file: packages/[Link].12.0.2/lib/net45/[Link]
new file: packages/[Link].12.0.2/lib/net45/[Link]
new file:
packages/[Link].12.0.2/lib/netstandard1.0/[Link]
new file:
packages/[Link].12.0.2/lib/netstandard1.0/[Link]
new file:
packages/[Link].12.0.2/lib/netstandard1.3/[Link]
new file:
packages/[Link].12.0.2/lib/netstandard1.3/[Link]
new file:
packages/[Link].12.0.2/lib/netstandard2.0/[Link]
new file:
packages/[Link].12.0.2/lib/netstandard2.0/[Link]
new file: packages/[Link].12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/[Link]
new file: packages/[Link].12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/[Link]
new file: packages/[Link].12.0.2/lib/portable-
net45+win8+wp8+wpa81/[Link]
new file: packages/[Link].12.0.2/lib/portable-
net45+win8+wp8+wpa81/[Link]
new file: packages/WebGrease.1.6.0/.signature.p7s
new file: packages/WebGrease.1.6.0/[Link]
new file: packages/WebGrease.1.6.0/lib/[Link]
new file: packages/WebGrease.1.6.0/tools/[Link]
new file: packages/bootstrap.3.4.1/.signature.p7s
new file: packages/bootstrap.3.4.1/[Link]
new file: packages/bootstrap.3.4.1/[Link]
new file: packages/bootstrap.3.4.1/content/Content/[Link]
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/content/Content/[Link]
new file: packages/bootstrap.3.4.1/content/Content/[Link]
new file: packages/bootstrap.3.4.1/content/Content/[Link]
new file: packages/bootstrap.3.4.1/content/Content/[Link]
new file: packages/bootstrap.3.4.1/content/Scripts/[Link]
new file: packages/bootstrap.3.4.1/content/Scripts/[Link]
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.woff2
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Content/[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Content/[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Content/[Link]
new file:
packages/bootstrap.3.4.1/contentFiles/Content/[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Scripts/[Link]
new file: packages/bootstrap.3.4.1/contentFiles/Scripts/[Link]
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.woff2
new file: packages/jQuery.3.4.1/.signature.p7s
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Content/Scripts/[Link]
new file: packages/jQuery.3.4.1/Tools/common.ps1
new file: packages/jQuery.3.4.1/Tools/install.ps1
new file: packages/jQuery.3.4.1/Tools/[Link]
new file: packages/jQuery.3.4.1/Tools/uninstall.ps1
new file: packages/jQuery.3.4.1/[Link]

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git commit -m "commit inicial"
[master (root-commit) cc24c3e] commit inicial
433 files changed, 224062 insertions(+)
create mode 100644 .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
[Link]
create mode 100644 .vs/Empresa/FileContentIndex/[Link]
create mode 100644 .vs/Empresa/config/[Link]
create mode 100644 .vs/Empresa/v17/.suo
create mode 100644 [Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/App_Start/[Link]
create mode 100644 Empresa/App_Start/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/Classes/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/Content/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/Negocio/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Produto/[Link]
create mode 100644 Empresa/Properties/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644
Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/MSAjax/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/WebForms/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/Scripts/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644
Empresa/bin/[Link]
create mode 100644
Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/[Link]
create mode 100644 Empresa/bin/pt-br/[Link]
create mode 100644 Empresa/bin/pt-br/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644
Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644
Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/bin/roslyn/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 Empresa/fonts/[Link]
create mode 100644 Empresa/fonts/[Link]
create mode 100644 Empresa/fonts/[Link]
create mode 100644 Empresa/fonts/[Link]
create mode 100644 Empresa/fonts/glyphicons-halflings-regular.woff2
create mode 100644
Empresa/obj/Debug/.NETFramework,Version=[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644
Empresa/obj/Debug/[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644 Empresa/obj/Debug/[Link]
create mode 100644 Empresa/[Link]
create mode 100644 packages/Antlr.[Link]/.signature.p7s
create mode 100644 packages/Antlr.[Link]/[Link]
create mode 100644 packages/Antlr.[Link]/lib/[Link]
create mode 100644 packages/Antlr.[Link]/lib/[Link]
create mode 100644 packages/[Link].3.4.1/.signature.p7s
create mode 100644
packages/[Link].3.4.1/[Link].3.4.1.
nupkg
create mode 100644
packages/[Link].3.4.1/lib/net40/[Link]
[Link]
create mode 100644
packages/[Link].3.4.1/lib/net45/[Link]
[Link]
create mode 100644 packages/[Link].3.4.1/.signature.p7s
create mode 100644
packages/[Link].3.4.1/[Link]
create mode 100644
packages/[Link].3.4.1/lib/net40/[Link]
l
create mode 100644
packages/[Link].3.4.1/lib/net45/[Link]
l
create mode 100644 packages/[Link].1.0.2/.signature.p7s
create mode 100644
packages/[Link].1.0.2/Content/App_Start/[Link]
create mode 100644
packages/[Link].1.0.2/Content/[Link]
create mode 100644
packages/[Link].1.0.2/Content/[Link]
.pp
create mode 100644
packages/[Link].1.0.2/Content/[Link]
create mode 100644
packages/[Link].1.0.2/Content/[Link]
create mode 100644
packages/[Link].1.0.2/Content/[Link].
pp
create mode 100644
packages/[Link].1.0.2/Content/[Link]
create mode 100644
packages/[Link].1.0.2/[Link]
pkg
create mode 100644 packages/[Link].1.0.2/[Link]
create mode 100644
packages/[Link].1.0.2/.signature.p7s
create mode 100644
packages/[Link].1.0.2/[Link]
[Link]
create mode 100644
packages/[Link].1.0.2/lib/net40/[Link]
[Link]
create mode 100644
packages/[Link].1.0.2/lib/net40/[Link]
[Link]
create mode 100644 packages/[Link].1.0.2/lib/net40/pt-
br/[Link]
create mode 100644 packages/[Link].1.0.2/lib/net40/pt-
br/[Link]
create mode 100644
packages/[Link].1.0.2/lib/net45/[Link]
[Link]
create mode 100644
packages/[Link].1.0.2/lib/net45/[Link]
[Link]
create mode 100644 packages/[Link].1.0.2/lib/net45/pt-
br/[Link]
create mode 100644 packages/[Link].1.0.2/lib/net45/pt-
br/[Link]
create mode 100644 packages/[Link]-
br.1.0.2/.signature.p7s
create mode 100644
packages/[Link]-br.1.0.2/[Link]
[Link]
create mode 100644
packages/[Link]-br.1.0.2/lib/net40/pt-br/
[Link]
create mode 100644
packages/[Link]-br.1.0.2/lib/net40/pt-br/
[Link]
create mode 100644
packages/[Link]-br.1.0.2/lib/net45/pt-br/
[Link]
create mode 100644
packages/[Link]-br.1.0.2/lib/net45/pt-br/
[Link]
create mode 100644
packages/[Link].5.0.0/.signature.p7s
create mode 100644
packages/[Link].5.0.0/[Link]
.[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
MSAjax/[Link]
create mode 100644
packages/[Link].5.0.0/lib/net45/[Link]
[Link]
create mode 100644
packages/[Link].5.0.0/.signature.p7s
create mode 100644
packages/[Link].5.0.0/[Link]
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/content/Scripts/WebForms/
[Link]
create mode 100644
packages/[Link].5.0.0/lib/net45/[Link]
[Link]
create mode 100644 packages/[Link].1.1.3/.signature.p7s
create mode 100644
packages/[Link].1.1.3/[Link].
[Link]
create mode 100644
packages/[Link].1.1.3/lib/net40/[Link].
dll
create mode 100644 packages/[Link].1.1.3/lib/net40/pt-
br/[Link]
create mode 100644
packages/[Link].1.1.3/lib/net40/[Link].
xml
create mode 100644
packages/[Link].1.1.3/.signature.p7s
create mode 100644
packages/[Link].1.1.3/[Link]
[Link]
create mode 100644
packages/[Link].1.1.3/content/
[Link]
create mode 100644
packages/[Link].1.1.3/lib/net45/
[Link]
create mode 100644 packages/[Link]-
br.1.1.3/.signature.p7s
create mode 100644
packages/[Link]-br.1.1.3/[Link]
[Link]
create mode 100644
packages/[Link]-br.1.1.3/lib/net40/pt-br/
[Link]
create mode 100644
packages/[Link].2.0.1/.signature.p7s
create mode 100644
packages/[Link].2.0.1/
[Link]
create mode 100644
packages/[Link].2.0.1/build/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/build/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/build/net46/
[Link]
create mode 100644
packages/[Link].2.0.1/build/net46/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net46/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net46/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net46/
[Link]
create mode 100644
packages/[Link].2.0.1/content/net46/
[Link]
create mode 100644
packages/[Link].2.0.1/lib/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/lib/net45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/Roslyn45/
[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/
RoslynLatest/[Link]
create mode 100644
packages/[Link].2.0.1/tools/net45/
install.ps1
create mode 100644
packages/[Link].2.0.1/tools/net45/
uninstall.ps1
create mode 100644 packages/[Link].[Link]/.signature.p7s
create mode 100644
packages/[Link].[Link]/[Link].[Link].
nupkg
create mode 100644
packages/[Link].[Link]/lib/net40/[Link]
[Link]
create mode 100644 packages/Modernizr.2.8.3/.signature.p7s
create mode 100644 packages/Modernizr.2.8.3/Content/Scripts/[Link]
create mode 100644 packages/Modernizr.2.8.3/[Link]
create mode 100644 packages/Modernizr.2.8.3/Tools/common.ps1
create mode 100644 packages/Modernizr.2.8.3/Tools/install.ps1
create mode 100644 packages/Modernizr.2.8.3/Tools/uninstall.ps1
create mode 100644 packages/[Link].12.0.2/.signature.p7s
create mode 100644 packages/[Link].12.0.2/[Link]
create mode 100644 packages/[Link].12.0.2/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net20/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net20/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net35/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net35/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net40/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net40/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net45/[Link]
create mode 100644 packages/[Link].12.0.2/lib/net45/[Link]
create mode 100644
packages/[Link].12.0.2/lib/netstandard1.0/[Link]
create mode 100644
packages/[Link].12.0.2/lib/netstandard1.0/[Link]
create mode 100644
packages/[Link].12.0.2/lib/netstandard1.3/[Link]
create mode 100644
packages/[Link].12.0.2/lib/netstandard1.3/[Link]
create mode 100644
packages/[Link].12.0.2/lib/netstandard2.0/[Link]
create mode 100644
packages/[Link].12.0.2/lib/netstandard2.0/[Link]
create mode 100644 packages/[Link].12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/[Link]
create mode 100644 packages/[Link].12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/[Link]
create mode 100644 packages/[Link].12.0.2/lib/portable-
net45+win8+wp8+wpa81/[Link]
create mode 100644 packages/[Link].12.0.2/lib/portable-
net45+win8+wp8+wpa81/[Link]
create mode 100644 packages/WebGrease.1.6.0/.signature.p7s
create mode 100644 packages/WebGrease.1.6.0/[Link]
create mode 100644 packages/WebGrease.1.6.0/lib/[Link]
create mode 100644 packages/WebGrease.1.6.0/tools/[Link]
create mode 100644 packages/bootstrap.3.4.1/.signature.p7s
create mode 100644 packages/bootstrap.3.4.1/[Link]
create mode 100644 packages/bootstrap.3.4.1/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Scripts/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/Scripts/[Link]
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
[Link]
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.woff2
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/[Link]
create mode 100644
packages/bootstrap.3.4.1/contentFiles/Content/[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Scripts/[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Scripts/[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
[Link]
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.woff2
create mode 100644 packages/jQuery.3.4.1/.signature.p7s
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/[Link]
create mode 100644 packages/jQuery.3.4.1/Tools/common.ps1
create mode 100644 packages/jQuery.3.4.1/Tools/install.ps1
create mode 100644 packages/jQuery.3.4.1/Tools/[Link]
create mode 100644 packages/jQuery.3.4.1/Tools/uninstall.ps1
create mode 100644 packages/jQuery.3.4.1/[Link]

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using

git remote add <name> <url>

and then push using the remote name

git push <name>

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git remote add origin [Link]
Javascript

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ ^C

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push --set-upstream origin master
Enumerating objects: 399, done.
Counting objects: 100% (399/399), done.
Delta compression using up to 8 threads
Compressing objects: 100% (369/369), done.
Writing objects: 100% (399/399), 35.74 MiB | 3.87 MiB/s, done.
Total 399 (delta 116), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (116/116), done.
remote:
remote: Create a pull request for 'master' on GitHub by visiting:
remote: [Link]
pull/new/master
remote:
To [Link]
* [new branch] master -> master
branch 'master' set up to track 'origin/master'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:


(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
[Link]
modified: .vs/Empresa/v17/.suo
modified: Empresa/Negocio/[Link]
modified: Empresa/Produto/[Link]
modified: Empresa/bin/[Link]
modified: Empresa/bin/[Link]
modified: Empresa/obj/Debug/[Link]
modified: Empresa/obj/Debug/[Link]

Untracked files:
(use "git add <file>..." to include in what will be committed)
.vs/Empresa/FileContentIndex/[Link]

no changes added to commit (use "git add" and/or "git commit -a")

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git add .

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
(use "git restore --staged <file>..." to unstage)
renamed: .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
[Link] -> .vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-
[Link]
modified: .vs/Empresa/v17/.suo
modified: Empresa/Negocio/[Link]
modified: Empresa/Produto/[Link]
modified: Empresa/bin/[Link]
modified: Empresa/bin/[Link]
modified: Empresa/obj/Debug/[Link]
modified: Empresa/obj/Debug/[Link]

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git commit -m "Versão dois"
[master 7f7de13] Versão dois
8 files changed, 18 insertions(+), 16 deletions(-)
rename .vs/Empresa/FileContentIndex/{[Link] =>
[Link]} (64%)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
Enumerating objects: 34, done.
Counting objects: 100% (34/34), done.
Delta compression using up to 8 threads
Compressing objects: 100% (14/14), done.
Writing objects: 100% (18/18), 376.39 KiB | 1.61 MiB/s, done.
Total 18 (delta 9), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (9/9), completed with 9 local objects.
To [Link]
cc24c3e..7f7de13 master -> master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reflog
7f7de13 (HEAD -> master, origin/master) HEAD@{0}: commit: Versão dois
cc24c3e HEAD@{1}: commit (initial): commit inicial

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reset --hard cc24c3e
Unlink of file '.vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-
[Link]' failed. Should I try again? (y/n) y
Updating files: 100% (9/9), done.
HEAD is now at cc24c3e commit inicial

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reflog
cc24c3e (HEAD -> master) HEAD@{0}: reset: moving to cc24c3e
7f7de13 (origin/master) HEAD@{1}: commit: Versão dois
cc24c3e (HEAD -> master) HEAD@{2}: commit (initial): commit inicial

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reset --hard 7f7de13
HEAD is now at 7f7de13 Versão dois

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git branch
* master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git branch dev

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git branch
dev
* master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git checkout dev
Switched to branch 'dev'

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git branch
* dev
master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git status
On branch dev
nothing to commit, working tree clean

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git status
On branch dev
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: .vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-
[Link]
modified: .vs/Empresa/v17/.suo
modified: Empresa/Produto/[Link]

Untracked files:
(use "git add <file>..." to include in what will be committed)
.vs/Empresa/FileContentIndex/[Link]

no changes added to commit (use "git add" and/or "git commit -a")

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git add .

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git commit -m "Alterando nome busca"
[dev 7164cc4] Alterando nome busca
3 files changed, 1 insertion(+), 1 deletion(-)
rename .vs/Empresa/FileContentIndex/{[Link] =>
[Link]} (70%)
rewrite .vs/Empresa/v17/.suo (62%)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git status
On branch dev
nothing to commit, working tree clean

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git push
fatal: The current branch dev has no upstream branch.
To push the current branch and set the remote as upstream, use

git push --set-upstream origin dev

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git push --set-upstream origin dev
Enumerating objects: 20, done.
Counting objects: 100% (20/20), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (11/11), 374.48 KiB | 2.13 MiB/s, done.
Total 11 (delta 4), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
remote:
remote: Create a pull request for 'dev' on GitHub by visiting:
remote: [Link]
pull/new/dev
remote:
To [Link]
* [new branch] dev -> dev
branch 'dev' set up to track 'origin/dev'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git branch
* dev
master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge dev
Updating 7f7de13..7164cc4
Fast-forward
... => [Link]} | Bin 1352062 -> 1352058 bytes
.vs/Empresa/v17/.suo | Bin 103424 -> 102912 bytes
Empresa/Produto/[Link] | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
rename .vs/Empresa/FileContentIndex/{[Link] =>
[Link]} (70%)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To [Link]
7f7de13..7164cc4 master -> master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git pull
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), 627 bytes | 31.00 KiB/s, done.
From [Link]
* [new branch] main -> origin/main
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge dev
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git pull
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git ckeckout -b sistema-de-login master
git: 'ckeckout' is not a git command. See 'git --help'.

The most similar command is


checkout

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git checkout -b sistema-de-login master
Switched to a new branch 'sistema-de-login'

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git branch
dev
master
* sistema-de-login

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git status
On branch sistema-de-login
Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

nothing added to commit but untracked files present (use "git add" to track)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git add .

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git status
On branch sistema-de-login
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: [Link]

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git commit -b "Login"
error: unknown switch `b'
usage: git commit [<options>] [--] <pathspec>...

-q, --quiet suppress summary after successful commit


-v, --verbose show diff in commit message template

Commit message options


-F, --file <file> read message from file
--author <author> override author for commit
--date <date> override date for commit
-m, --message <message>
commit message
-c, --reedit-message <commit>
reuse and edit message from specified commit
-C, --reuse-message <commit>
reuse message from specified commit
--fixup [(amend|reword):]commit
use autosquash formatted message to fixup or amend/reword
specified commit
--squash <commit> use autosquash formatted message to squash specified
commit
--reset-author the commit is authored by me now (used with -C/-c/--
amend)
--trailer <trailer> add custom trailer(s)
-s, --signoff add a Signed-off-by trailer
-t, --template <file>
use specified template file
-e, --edit force edit of commit
--cleanup <mode> how to strip spaces and #comments from message
--status include status in commit message template
-S, --gpg-sign[=<key-id>]
GPG sign commit

Commit contents options


-a, --all commit all changed files
-i, --include add specified files to index for commit
--interactive interactively add files
-p, --patch interactively add changes
-o, --only commit only specified files
-n, --no-verify bypass pre-commit and commit-msg hooks
--dry-run show what would be committed
--short show status concisely
--branch show branch information
--ahead-behind compute full ahead/behind values
--porcelain machine-readable output
--long show status in long format (default)
-z, --null terminate entries with NUL
--amend amend previous commit
--no-post-rewrite bypass post-rewrite hook
-u, --untracked-files[=<mode>]
show untracked files, optional modes: all, normal, no.
(Default: all)
--pathspec-from-file <file>
read pathspec from file
--pathspec-file-nul with --pathspec-from-file, pathspec elements are
separated with NUL character

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git chechout master
git: 'chechout' is not a git command. See 'git --help'.

The most similar command is


checkout

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git checkout master
Switched to branch 'master'
A [Link]
Your branch is up to date with 'origin/master'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git pull
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge sistemas-de-login
merge: sistemas-de-login - not something we can merge

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge sistema-de-login
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
Everything up-to-date

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$

You might also like