Skip to content

chakalaka-melon/RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RNN

Branch Management

每个人先各自创建自己的分支代码(名字全拼:Liming)

git operation

git clone [email protected]:chakalaka-melon/RNN.git

cd RNN

# 创建分支
git branch {branch_name}

# 提交代码
git add *
git commit -m '{commit message}'

# 推送远程
git push origin {branch_name}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published