-
Notifications
You must be signed in to change notification settings - Fork 0
/
20110509.html
37 lines (29 loc) · 977 Bytes
/
20110509.html
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
33
34
35
36
37
<html>
<body>
<p>
<a href="https://github.com/machine/machine.specifications">MSpec auf Github</a></br>
<a href="https://github.com/machine/machine.specifications/raw/master/Source/Machine.Specifications/AssertComparer.cs">MSpec - AssertComparer.cs</a>
</p>
<p style="white-space: pre;">
Teams:
Login github
git config --global core.autocrlf false
Fork https://github.com/machine/machine.specifications
git clone https://[YOUR ACCOUNT]@github.com/[YOUR ACCOUNT]/machine.specifications.git
cd machine.specifications
git checkout -b "refactoring_dojo"
(Don't work on master)
build-debug.cmd
1) Refactor
2) Build + Run specs / Save All (CTRL+SHIFT+S)
3) git add -A; git commit -m "[MESSAGE]"
4) GOTO 1 or DONE
DONE)
git push origin refactoring_dojo
Moderator:
git remote add [TEAM] https://[YOUR ACCOUNT]@github.com/[YOUR ACCOUNT]/machine.specifications.git
git checkout -b [TEAM]
git pull [TEAM] refactoring_dojo
</p>
</body>
</html>