Id CommandLine
-- -----------
2 ping google.com -t
3 d:
4 cd gitrepo
5 git init
6 ls
7 dir
8 clear
9 cd/
10 cd \
11 dir
12 cd mcc
13 dir
14 cd functionbasic
15 dir
16 copy main.c d:\gitrepo\functionbasic.c
17 cd d:\gitrepot
18 cd d:\gitrepo
19 ls
20 cd mcc
21 cd d:\mcc
22 ls
23 cd tempfunction
24 dir
25 copy main.c d:\gitrepo\tempfunction.c
26 cd d:\gitrepo
27 ls
28 git status
29 git add *.c
30 ls
31 git status
32 git commit -m "C examples function basic and temperature conversion"
33 history
------------------------------------------------------------------------------ url = ssh://git@github.com/AungWinnHtut/YCC.git
-----------------------------------------------------------------------------
git status
d:
cd git
git int
git init
ls
git add --all
git status
git commit -m "testing"
git log
git remote add origin https://github.com/AungWinnHtut/YCC.git
git push -u origin master
git pull
git pull origin master
git push -u origin master
heroku create
git clone https://github.com/yelinaung/PH.git PH
dir
cd ph
dir
git remote -v
git branch test
git status
git branch
git checkout test
git branch
history > history.txt
doskey /history
doskey /history >history.txt
Comments
Post a Comment