<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>泰骏兴电子 - Git</title>
    <link>https://www.tjxdz.cn/forum.php?mod=forumdisplay&amp;fid=112</link>
    <description>Latest 20 threads of Git</description>
    <copyright>Copyright(C) 泰骏兴电子</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Sun, 05 Jul 2026 03:09:32 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.tjxdz.cn/static/image/common/logo_88_31.gif</url>
      <title>泰骏兴电子</title>
      <link>https://www.tjxdz.cn/</link>
    </image>
    <item>
      <title>在使用GIT的常规流程</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=355</link>
      <description><![CDATA[以下命令都在win环境终端中使用

1-创建一个中央裸仓库，在你自己的远程仓库地址中创建
git init --bare XXXX


2-到你的编写代码文件夹下执行一下GIT的初始化
git init


3-将代码添加到缓存
git add .


4-将代码进行首次提交
git commit -m \&quot;首次提交\&quot;


5-此步骤可 ...]]></description>
      <category>Git</category>
      <author>泰骏兴电子</author>
      <pubDate>Sat, 23 May 2026 03:23:30 +0000</pubDate>
    </item>
    <item>
      <title>使用git环境下的.gitignore文件配置推荐</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=354</link>
      <description><![CDATA[在MDK环境下的.gitignore配置推荐

[mw_shl_code=applescript,true]# Keil MDK ignore file
# 1. 创建文件并写入内容
@\&quot;
# Keil MDK 忽略文件
*.o
*.d
*.crf
*.htm
*.dep
*.axf
*.sct
*.lnp
*.lst
*.map
*.bak
*.scr
*.ini
*.uvgui.*
*.uvopt
*.uvoptx
*.uvguix.*
Listi ..]]></description>
      <category>Git</category>
      <author>泰骏兴电子</author>
      <pubDate>Sat, 23 May 2026 01:26:01 +0000</pubDate>
    </item>
    <item>
      <title>常用的Git命令</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=352</link>
      <description><![CDATA[[mw_shl_code=applescript,true]创建中央仓库：
git init --bare XXXX

代码提交：
1-git add .
2-git commit -m \&quot;提交信息\&quot;

设置远程仓库地址：
git remote add origin 地址

修改远程仓库地址：
git remote set-url origin 地址

查看本地分枝：
git branch

查看本 ...]]></description>
      <category>Git</category>
      <author>泰骏兴电子</author>
      <pubDate>Tue, 19 May 2026 09:08:23 +0000</pubDate>
    </item>
  </channel>
</rss>