Skip to content

zjx-immersion/git-basic-practice-js-stack

Repository files navigation

Git基础练习

本项目用与Git基础命令训练。

使用方法

  1. Clone此项目到本地
  2. 删除.git目录
  3. 初始化本地仓库
  4. 修改代码使practice-1-run.html中显示绿色(测试通过)
  5. 提交代码到本地仓库
  6. 推送代码仓库到Github远程仓库(需要在Github中创建一个仓库)
  7. 在Github上修改Readme中的内容并提交
  8. 本地获同步最新版本仓库

作业要求

  1. 使用命令行完成相关操作;
  2. 使用Git管理代码时请尽可能的遵照Git使用的最佳实践

Git Basic Practice

This project is using for Git Basic command practice

Usage

  1. Clone this project to local
  2. Remove folder .git
  3. Initialize local repository
  4. Update code to make sure practice-1-run.html is green (pass test)
  5. Commit code to local repository
  6. Push code repository to remove Github repository (Need create a Github repository)
  7. Update Readme on Github and commit.
  8. Synchronize latest code on local.

Requirements

  1. Use command line to complete the related operations.
  2. Follow the Git Best Practices as much as possible when you are using Git.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published