List of commits:
Subject Hash Author Date (UTC)
测试 ac7f81e111e7185861d67746ed58c00c5befc44a 王林 2021-04-23 02:47:57
项目压缩包 accd54902920cc08d89cd48780b0c7f6ea7b2323 王林 2021-04-23 02:46:37
初始化 9e7cec22566de4f0fcc7aad108ac0dc18dceed14 王林 2021-04-23 02:45:33
Commit ac7f81e111e7185861d67746ed58c00c5befc44a - 测试
Author: 王林
Author date (UTC): 2021-04-23 02:47
Committer name: 王林
Committer date (UTC): 2021-04-23 02:47
Parent(s): accd54902920cc08d89cd48780b0c7f6ea7b2323
Signer:
Signing key:
Signing status: N
Tree: 6ee45946e7c2e9a7e7e92812efd48a2f6ce03c1f
File Lines added Lines deleted
LoopShuttleEfficiencyCalculation/Form1.Designer.cs 20 8
File LoopShuttleEfficiencyCalculation/Form1.Designer.cs changed (mode: 100644) (index 68718ca..bc5e09a)
... ... 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();
63 64 this.txtResult6 = new System.Windows.Forms.TextBox(); this.txtResult6 = new System.Windows.Forms.TextBox();
64 65 this.txtResult5 = new System.Windows.Forms.TextBox(); this.txtResult5 = new System.Windows.Forms.TextBox();
65 66 this.txtResult4 = new System.Windows.Forms.TextBox(); this.txtResult4 = new System.Windows.Forms.TextBox();
 
... ... namespace LoopShuttleEfficiencyCalculation
76 77 this.button2 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
77 78 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusStrip1 = new System.Windows.Forms.StatusStrip();
78 79 this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel(); this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel();
79 this.label26 = new System.Windows.Forms.Label();
80 this.label27 = new System.Windows.Forms.Label();
80 81 this.GBInput.SuspendLayout(); this.GBInput.SuspendLayout();
81 82 this.GBOutput.SuspendLayout(); this.GBOutput.SuspendLayout();
82 83 this.statusStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout();
 
... ... namespace LoopShuttleEfficiencyCalculation
380 381 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)
381 382 | System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
382 383 this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight; this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight;
384 this.GBOutput.Controls.Add(this.label27);
383 385 this.GBOutput.Controls.Add(this.label26); this.GBOutput.Controls.Add(this.label26);
384 386 this.GBOutput.Controls.Add(this.txtResult6); this.GBOutput.Controls.Add(this.txtResult6);
385 387 this.GBOutput.Controls.Add(this.txtResult5); this.GBOutput.Controls.Add(this.txtResult5);
 
... ... namespace LoopShuttleEfficiencyCalculation
400 402 this.GBOutput.TabStop = false; this.GBOutput.TabStop = false;
401 403 this.GBOutput.Text = "输出:"; this.GBOutput.Text = "输出:";
402 404 // //
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 //
403 414 // txtResult6 // txtResult6
404 415 // //
405 416 this.txtResult6.Location = new System.Drawing.Point(343, 293); this.txtResult6.Location = new System.Drawing.Point(343, 293);
 
... ... namespace LoopShuttleEfficiencyCalculation
540 551 this.tSSLState.Name = "tSSLState"; this.tSSLState.Name = "tSSLState";
541 552 this.tSSLState.Size = new System.Drawing.Size(0, 16); this.tSSLState.Size = new System.Drawing.Size(0, 16);
542 553 // //
543 // label26
554 // label27
544 555 // //
545 this.label26.AutoSize = true;
546 this.label26.Location = new System.Drawing.Point(685, 185);
547 this.label26.Name = "label26";
548 this.label26.Size = new System.Drawing.Size(63, 15);
549 this.label26.TabIndex = 2;
550 this.label26.Text = "label26";
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";
551 562 // //
552 563 // Form1 // Form1
553 564 // //
 
... ... namespace LoopShuttleEfficiencyCalculation
624 635 private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.StatusStrip statusStrip1;
625 636 private System.Windows.Forms.ToolStripStatusLabel tSSLState; private System.Windows.Forms.ToolStripStatusLabel tSSLState;
626 637 private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label26;
638 private System.Windows.Forms.Label label27;
627 639 } }
628 640 } }
629 641
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