git config --global user.email ""
git config --global user.name ""
git status
git init
git add --all
git commit -m "what do you done"
git branch -M main
git remote add origin https://github.com/lanx06/heroku.git
git push -u origin main
只會新增或修改已存在檔案不會刪除
所有檔案直接同步
如果有刪除檔案則會直接刪除 github上的版本
git push -f origin main
git remote set-url origin https://github.com/USERNAME/OTHERREPOSITORY.git
git remote -v
git pull origin master
git clone https://github.com/lanx06/heroku.git
git checkout index.py
我也不熟
git branch
git branch branch_name
git merge {new-feature}
git branch -d branch_name
git init
git status
git diff
git add index.py
git -a -m 'init commit'
git log --
git reset HEAD index.py
View the slide with "Slide Mode".
Jun 5, 2025The old render pipeline used to directly transport the rendered pixel results to the screen, without providing a way to save the rendered image.
Nov 24, 2024View the slide with "Slide Mode".
Aug 28, 2023brdf brdf In computer graphics have investigated the material interactions with the light and Summarized the equation which is called brdf(bidirectional reflectance distribution function). Phong model $V:\text{surface to the view direction}$ $N:\text{surface normal direction}$ $L:\text{surface to the light direction}$ $R:\text{the direction of light reflect to surface normal}$
May 29, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up