minzu0306 / tasks

0 stars 0 forks source link

[끄적끄적] #8

Open minzu0306 opened 8 years ago

minzu0306 commented 8 years ago

update된 git develop 옮기기

cd update_server git clone https://github.com/minzu0306/arcus-memcached git checkout branch git remote add up https://githup.com/naver/arcus-memcached git pull up develop git push origin devlop

minzu0306 commented 8 years ago
minzu0306 commented 8 years ago
minzu0306 commented 8 years ago

git branch 옮기기

git checkout develop git checkout -b branchname

minzu0306 commented 8 years ago

commit 하나로 통합하기

git rebase -i HEAD~숫자 git push -f origine branchname

minzu0306 commented 8 years ago

bkrange->from_bkey = btree_binary_min_bkey =0 bkrange->to_bkey = btree_binary_max_bkey = 31 bkrange->from_nbkey = 1 bkrange->to_nbkey = 31 do_btree_find_first(bkrange) node = do_btree_find_leaf(bkrange->from_nbkey, bkrange->from_nbkey) comp = BKEY_COMP(bkey, nbkey, elem->data, elem->nbkey);

minzu0306 commented 8 years ago

maven 다운받기

wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo

yum install apache-maven