FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scriptdev2-tbc/docs/GIT_guide_1_easy_use.txt at master · scriptdev2/scriptdev2-tbc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scriptdev2
/
scriptdev2-tbc
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
28
Code
Issues
11
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
scriptdev2-tbc
/
docs
/
GIT_guide_1_easy_use.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (21 loc) · 954 Bytes
Breadcrumbs
scriptdev2-tbc
/
docs
/
GIT_guide_1_easy_use.txt
Copy path
File metadata and controls
32 lines (21 loc) · 954 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
31
32
[Git GUIDE] Easy use
====================
This assumes you have already cloned the SD2-repository.
If not, please follow the _installation instructions_ how to do so:
* link:How_to_install.html[Installation instructions]
* http://www.scriptdev2.com/showthread.php?t=4[Installation instructions on SD2 Forum]
Graphical user Interfaces for Windows
-------------------------------------
* http://code.google.com/p/tortoisegit[TortoiseGIT] - Similar to TortoiseSVN Shell-Extention based GUI
* http://www.syntevo.com/smartgit/index.html[SmartGit]
Updateting
----------
The word to look for is "Pull", both GUIs have this option.
For Command-line fans, simple right-click ScriptDev2-directory, choose "Git Bash here" and then type +
`$ git pull` +
to Update
Restoring
---------
In case you polluted something in your working directory open the Git bash, and type +
`$ git reset --hard origin/master`
Warning: This will remove *every* custom changes
Back
|
FazBrowse Home
|
New Git URL