List of commits:
Subject Hash Author Date (UTC)
删除所欲label 4f4cfe979e9b0db471fbac510d849253fcaf1d3b 王林 2021-04-23 02:48:35
测试 ac7f81e111e7185861d67746ed58c00c5befc44a 王林 2021-04-23 02:47:57
项目压缩包 accd54902920cc08d89cd48780b0c7f6ea7b2323 王林 2021-04-23 02:46:37
初始化 9e7cec22566de4f0fcc7aad108ac0dc18dceed14 王林 2021-04-23 02:45:33
Commit 4f4cfe979e9b0db471fbac510d849253fcaf1d3b - 删除所欲label
Author: 王林
Author date (UTC): 2021-04-23 02:48
Committer name: 王林
Committer date (UTC): 2021-04-23 02:48
Parent(s): ac7f81e111e7185861d67746ed58c00c5befc44a
Signer:
Signing key:
Signing status: N
Tree: cd61ea36cc5ebd1227ae2cae65a1495095030a36
File Lines added Lines deleted
LoopShuttleEfficiencyCalculation/Form1.Designer.cs 0 24
File LoopShuttleEfficiencyCalculation/Form1.Designer.cs changed (mode: 100644) (index bc5e09a..d2d8abe)
... ... namespace LoopShuttleEfficiencyCalculation
60 60 this.label8 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label();
61 61 this.label5 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label();
62 62 this.GBOutput = new System.Windows.Forms.GroupBox(); this.GBOutput = new System.Windows.Forms.GroupBox();
63 this.label26 = new System.Windows.Forms.Label();
64 63 this.txtResult6 = new System.Windows.Forms.TextBox(); this.txtResult6 = new System.Windows.Forms.TextBox();
65 64 this.txtResult5 = new System.Windows.Forms.TextBox(); this.txtResult5 = new System.Windows.Forms.TextBox();
66 65 this.txtResult4 = new System.Windows.Forms.TextBox(); this.txtResult4 = new System.Windows.Forms.TextBox();
 
... ... namespace LoopShuttleEfficiencyCalculation
77 76 this.button2 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
78 77 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusStrip1 = new System.Windows.Forms.StatusStrip();
79 78 this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel(); this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel();
80 this.label27 = new System.Windows.Forms.Label();
81 79 this.GBInput.SuspendLayout(); this.GBInput.SuspendLayout();
82 80 this.GBOutput.SuspendLayout(); this.GBOutput.SuspendLayout();
83 81 this.statusStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout();
 
... ... namespace LoopShuttleEfficiencyCalculation
381 379 this.GBOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.GBOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
382 380 | System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
383 381 this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight; this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight;
384 this.GBOutput.Controls.Add(this.label27);
385 this.GBOutput.Controls.Add(this.label26);
386 382 this.GBOutput.Controls.Add(this.txtResult6); this.GBOutput.Controls.Add(this.txtResult6);
387 383 this.GBOutput.Controls.Add(this.txtResult5); this.GBOutput.Controls.Add(this.txtResult5);
388 384 this.GBOutput.Controls.Add(this.txtResult4); this.GBOutput.Controls.Add(this.txtResult4);
 
... ... namespace LoopShuttleEfficiencyCalculation
402 398 this.GBOutput.TabStop = false; this.GBOutput.TabStop = false;
403 399 this.GBOutput.Text = "输出:"; this.GBOutput.Text = "输出:";
404 400 // //
405 // label26
406 //
407 this.label26.AutoSize = true;
408 this.label26.Location = new System.Drawing.Point(685, 185);
409 this.label26.Name = "label26";
410 this.label26.Size = new System.Drawing.Size(63, 15);
411 this.label26.TabIndex = 2;
412 this.label26.Text = "label26";
413 //
414 401 // txtResult6 // txtResult6
415 402 // //
416 403 this.txtResult6.Location = new System.Drawing.Point(343, 293); this.txtResult6.Location = new System.Drawing.Point(343, 293);
 
... ... namespace LoopShuttleEfficiencyCalculation
551 538 this.tSSLState.Name = "tSSLState"; this.tSSLState.Name = "tSSLState";
552 539 this.tSSLState.Size = new System.Drawing.Size(0, 16); this.tSSLState.Size = new System.Drawing.Size(0, 16);
553 540 // //
554 // label27
555 //
556 this.label27.AutoSize = true;
557 this.label27.Location = new System.Drawing.Point(696, 139);
558 this.label27.Name = "label27";
559 this.label27.Size = new System.Drawing.Size(63, 15);
560 this.label27.TabIndex = 3;
561 this.label27.Text = "label27";
562 //
563 541 // Form1 // Form1
564 542 // //
565 543 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
 
... ... namespace LoopShuttleEfficiencyCalculation
634 612 private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label17;
635 613 private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.StatusStrip statusStrip1;
636 614 private System.Windows.Forms.ToolStripStatusLabel tSSLState; private System.Windows.Forms.ToolStripStatusLabel tSSLState;
637 private System.Windows.Forms.Label label26;
638 private System.Windows.Forms.Label label27;
639 615 } }
640 616 } }
641 617
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/darren/A27

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/darren/A27

Clone this repository using git:
git clone git://git.rocketgit.com/user/darren/A27

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main