styles/Home.module.css create mode 100644 styles/global.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20fccdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files...
100644 public/favicon.ico create mode 100644 public/vercel.svg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20fccdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring ...
git commit命令 - Git教程™ https://www.yiibai.com/git/git_commit.html $git commit -a# 会先把所有已经track的文件的改动`git add`进来,然后提交(有点像svn的一次提交,不用先暂存)。对于没有track的文件,还是需要执行`git add <file>` 命令。$git commit --amend# 增补提交,会使用与当前提交节点相...
$ git clone https://github.com/libgit2/libgit2 1. 这会在当前目录下创建一个名为 “libgit2” 的目录,并在这个目录下初始化一个 .git 文件夹,从远程仓库拉取下所有数据放入 .git 文件夹,然后从中读取最新版本的文件的拷贝。 如果你进入到这个新建的libgit2...
Learn how to create a Git repository in an Oracle Developer Cloud Service project and upload application files to it.
Unlike Git, GitHub Desktop has a few more options for customization. For instance, we can create a repository with a name, a description, a README, a Git ignore, and a license. Naturally, we’ll keep this one simple: When that’s finished, we’re greeted with a window that ...
create mode 100644 src/test/isolation/specs/partitioned-cic.spec diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 6aab79e901..904978c6e5 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -4314,14 +4314,12 @@ ALTER TABLE measurement ATTACH PART...
* Ignore the GSI from the core, and use the value in our copy of the * FADT. It may not be the same if an interrupt source override exists diff --git a/drivers/acpi/system.c b/drivers/acpi/system.c index 5ffe0ea..ce88171 100644 ...
new file: package.json $ git commit -am "Initial commit" [master (root-commit) 9646a88] Initial commit 5 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 index.js create mode 100644 lib/api.js create mode 100644 lib/db.js create mode 100644 package.json ...
styles/Home.module.css create mode 100644 styles/globals.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20fccdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files...