Skip to content

local-host-8080/EmployeeregisterExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

员工门禁卡模板示例

Foxconn富士康

附录:git教程

Git基础命令:

  1. 查看当前remote个数
git remote -v
  1. 添加新的remote
git remote add origin git@github.com:local-host-8080/EmployeeregisterExample.git
  1. 删除一个remote
git remote rm origin
  1. 项目所有文件添加到缓存区
git add .
  1. 提交更改
git commit -m "这里填提交的描述"
  1. 上传、下载远程代码并合并
git push -u origin master
git push -u origin main

git pull origin main            ---拉代码
git clone <repo> <directory>    ---克隆/下载
  1. 设置提交代码时的用户信息
git config --global user.name 'local-host-8080'
git config --global user.email test@qq.com

About

foxconn安全门禁登记示例模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages