-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckout.txt
30 lines (30 loc) · 1.45 KB
/
checkout.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$ git checkout master > checkout.txt
error: Your local changes to the following files would be overwritten by checkou
t:
PostAround.DAL/Properties/Settings.Designer.cs
Please, commit your changes or stash them before you can switch branches.
error: Your local changes to the following files would be overwritten by checkou
t:
PostAround-Site/App_WebReferences/PostAroundService/Reference.svcmap
PostAround-Site/App_WebReferences/PostAroundService/Service.xsd
PostAround-Site/App_WebReferences/PostAroundService/configuration.svcinf
o
PostAround-Site/App_WebReferences/PostAroundService/configuration91.svci
nfo
PostAround-Site/Default.aspx
PostAround-Site/Web.config
PostAround-Site/css/screenNew.css
PostAround-Site/images/icons.png
PostAround-Site/scripts/scriptsNew.js
PostAround.DAL/PostAroundMeDataSet.Designer.cs
PostAround.DAL/PostAroundMeDataSet.xsd
PostAround.DAL/PostAroundMeDataSet.xss
PostAround.DAL/Properties/Settings.settings
PostAround.DAL/app.config
PostAround.Logic/PostAroundMeDataSet.Dataset.Designer.cs
Please, commit your changes or stash them before you can switch branches.
error: The following untracked working tree files would be overwritten by checko
ut:
PostAround-Site/App_WebReferences/PostAroundService/service2.xsd
Please move or remove them before you can switch branches.
Aborting