Open in app

Sign In

Write

Sign In

Rose Chang Dycd
Rose Chang Dycd

6 Followers

Home

About

Feb 18

Git Learning — 5

Newbie Git Notes About Push git push origin master:簡寫版,即把本地的 master 推一份到儲存庫(遠端) git push origin master:master :完整版,把儲存庫(本地)的master推一份到儲存庫(遠端)的origin, “:master” 並且在線上新增一個 master 的分支。 延伸題(1) 在遠端新增一個本地沒有的分支!? git push origin master:pig 把儲存庫(本地)的master推一份到origin,” :pig “ 並且在線上新增一個 pig 的分支 (即便線上沒有 pig 分支) 延伸題(2) 刪除遠端分支!? git push origin :pig → “ :pig” 前沒東西,即 “把本地一個空白的東西,覆蓋雲端的pig”,達到”刪除”的效果 About Clone git clone 網址 → 將儲存庫(遠端)專案,整個拉到 儲存庫(本地) git clone 網址 abc → 將儲存庫(遠端)拉到 儲存庫(本地)的abc 目錄

Git

2 min read

Git

2 min read


Feb 18

Git Learning — 4

Newbie Git Notes About Reset [絕對定位版的reset] command: git reset <commit#> (變成commit#) git reset <commit#> --mixed (預設,假設共c1~c5,reset C3,則 C4、C5 會被丟到 “工作目錄”,畫面上會”隱藏” (看起來像是刪除)) git reset <commit#> --soft (C4、C5 會被丟到 “暫存區”,(跟上一部只差一個 add)),畫面上會”隱藏” (看起來像是刪除)) git reset <commit#> --hard (C4、C5 不會被丟去任何地方,畫面上會”隱藏” (看起來像是刪除)) [相對定位版] git reset C5^:^(Caret) = -1 git reset C5^^:^^ = -2 (以此類推) 或 git reset C5~:~(tilde) = -1 git reset C5~2:~2 = -2 git reset C5~100:~100 = -100 (以此類推)

Git

2 min read

Git

2 min read


Feb 15

Electronic Invoicing Reform in France

A newbie’s note for the project experience in my workplace Background of the Reform The e-invoicing reform in France, which is also known as “Facture Dématérialisée,” is a recent policy aimed at promoting electronic invoicing and reporting among businesses. Here are some key points about the reform: The reform was…

Einvoice

6 min read

Einvoice

6 min read


Feb 14

Git Learning — 3

Newbie Git Notes About Rebase Command: git rebase <BranchName> (HEAD分支要採到 <BranchName> 分支頭上)

Git

2 min read

Git Learning — 3
Git Learning — 3
Git

2 min read


Feb 14

Git Learning — 2

Newbie Git Notes About Conflict 1. A conflict happens usually is when A branch is going to merge with B branch, and a “CONFLICT” message shown. For instance, the conflicting reason is due to both code files being modified at the same line. (通常是A分支 merge B分支時,顯示 CONFLICT) 2. Open both code files and the two engineers shall discuss first to merge which line or leave both. (把兩個code檔開啟,場外自行協調) 3. Adjust the code file at the HEAD branch. (調整檔案)

Git

2 min read

Git Learning — 2
Git Learning — 2
Git

2 min read


Feb 13

Git Learning — 1

Newbie Git Notes About Commit Flow About Command Team Discussion Notes Recently, our team will implement GIT as a version control tool instead of the TFS, our usual tool. Regarding hotfix and feature dev, we have found a good way to conduct our workplace principle: (Thanks to Citizen Developer for this very clear diagram)

Git

1 min read

Git Learning — 1
Git Learning — 1
Git

1 min read


Mar 12, 2022

Create Category

of ASP.NET Core (.Net 6) — 08 Now, we have to add a new Get action method in CategoryController.cs. Because we are not going to pass any data to the View, so the View() just left nothing in it. Then add a new View according to the method. Set up…

Mvc

3 min read

Create Category
Create Category
Mvc

3 min read


Mar 10, 2022

Bootswatch Theme/Bootstrap

of ASP.NET Core (.Net 6) — 07 Go to https://bootswatch.com/ and download the Solar them CSS file. Back to the application → CSS folder → click right-mouse → add a new item → style sheet → add.

Aspnet

3 min read

Bootswatch Theme/Bootstrap
Bootswatch Theme/Bootstrap
Aspnet

3 min read


Mar 9, 2022

All about the Category

of ASP.NET Core (.Net 6) — 06 Add a new controller by pressing right-mouse, add, controller.

Aspnet

4 min read

All about the Category
All about the Category
Aspnet

4 min read


Mar 6, 2022

Database, Entity Framework -3

of ASP.NET Core (.Net 6) — 05 Now the program.cs file has been confident, the next step is to create an actual table in the database. When you are using Entity Framework Core, the first that had migrations that you have to run, using Entity Framework to push the changes…

Aspnetcore

3 min read

Database, Entity Framework -3
Database, Entity Framework -3
Aspnetcore

3 min read

Rose Chang Dycd

Rose Chang Dycd

6 Followers

Code Newbie

Following
  • 數據分析那些事

    數據分析那些事

  • RiCo 技術農場

    RiCo 技術農場

  • Sunny, Lee

    Sunny, Lee

  • Vince Huang

    Vince Huang

  • Chi-Wei Huang

    Chi-Wei Huang

See all (56)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech