nguyendinhnien / AmazingCup2013-Game-UET

Amazing Cup 2013 in Game compettion
1 stars 2 forks source link

Van de merging #3

Open clarken92 opened 11 years ago

clarken92 commented 11 years ago

Issue nay quan trong, ae chu y ! Code nay da duoc sua sang kha hoan chinh, co ca phan cua Viet Anh lan cua Tuan Anh. Bay h, viet Anh chi con code particle nen chua co, tuan Anh chac cung chua co them gi nhieu. Code nay co xoa, doi ten, ... noi chung tac dong den nhieu file. Vi vay, ae dung pull lam gi cho mat cong merge. Ae nen clone lai cai respository nay ve roi lam luon tren code nay cho no dong bo. Neu thieu mot so file nao (ko dang ke) thi ae tu them vao roi commit len git hub OK Nien cung clone ban nay ve, thay can thiet ke them cai gi thi lam not

nguyendinhnien commented 11 years ago

Ok a có gì 2 ngày cuối tuần t làm intro . Phần sound mọi người bàn xem thế nào đây .

nguyentuananh commented 11 years ago

sound có cần bản quyền không nhỉ, nếu không thì cứ search rùi dùng nhỉ

nguyentuananh commented 11 years ago

Tớ đã tìm ra tại sao cái .gitignore của anh em mình không hoạt động. Vừa test xong chạy ok. Anh em thực hiện như sau (search google thôi :D)

First, commit any outstanding code changes, and then, run this command:

git rm -r --cached .

This removes everything from the index, then just run:

git add .

Commit it:

git commit -m ".gitignore is now working"