Giter Site home page Giter Site logo

finleyli / tatung_university_olis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.96 MB

🔧 System guru, sailing the code sea. 🌐 Network ninja, guarding our digital fort. 💾 Data wizard, safeguarding bytes. 🤝 User whisperer, solving tech puzzles. IT magic in action! ✨

PHP 28.61% PowerShell 1.26% Python 66.86% Shell 3.26%

tatung_university_olis's Introduction

Tatung_University_OLIS

  • 🔧 System guru, sailing the code sea.
  • 🌐 Network ninja, guarding our digital fort.
  • 💾 Data wizard, safeguarding bytes.
  • 🤝 User whisperer, solving tech puzzles.
  • ✨ IT magic in action! ✨

📚 About Me

  • 🎓 I’m a dedicated staff member at the Computer Center of Tatung University.
  • 🌱 My expertise lies in Python, Java, SQL, data center management, and more. Always learning, always growing!

📫 How to reach me

  • 📧 Email: Finley
  • 📱 Phone: +886-2-21822928-6903

📊 Step by Step

  • install Git git website--fast-version-control
  • check versiongit --version
  • create key ssh-keygen -t ed25519 -C "username@domain"
  • start ssh-agent eval "$(ssh-agent -s)"
  • cat ~/.ssh/id_ed25519.pub
    • ssh-ed25519 ... username@domain
    • 頭像 > Settings > SSH and GPG keys > Add SSH key。
  • VSCode 輸入
    • Ctrl + Shift + P
    • Git: Clone
  • git base use
    • git config --global user.name "username"
    • git config --global user.email "username@domain"
    • git config --list
    • 輸入 git pull 更新
    • 輸入 git add . 加入檔案
    • 輸入 git commit -m "message" 註解
    • 輸入 git push 上傳
    • 輸入 git status 查看狀態
    • 輸入 git log 查看紀錄
  • git branch
    • 輸入 git branch 查看分支
    • 輸入 git branch -a 查看遠端分支
    • 輸入 git branch -d <branchname> 刪除分支
    • 輸入 git checkout <branchname> 切換分支
    • 輸入 git checkout -b <branchname> 建立分支
    • 輸入 git merge <branchname> 合併分支
  • git tag
    • 輸入 git tag 查看標籤
    • 輸入 git tag -a <tagname> -m "message" 建立標籤
    • 輸入 git tag -d <tagname> 刪除標籤
    • 輸入 git push origin <tagname> 上傳標籤
    • 輸入 git push origin --tags 上傳全部標籤
    • 輸入 git push origin :refs/tags/<tagname> 刪除遠端標籤
    • 輸入 git checkout <tagname> 切換標籤
    • 輸入 git checkout -b <branchname> <tagname> 建立分支並切換標籤
    • 輸入 git push origin <branchname> 上傳分支

tatung_university_olis's People

Contributors

finleyli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.