简体   繁体   中英

What does it mean to check-in Code

I am new to the DevOps world and I am reading about Continuous Integration, What does it mean to check-in your source code. Does this mean pushing it to the branch after you write the code?

Checking-in code means to upload code to main branch repository so that its administrator can review the code and finally update the project version. Additionally, checking-out code is the opposite which means to download a copy of code from the repository. For example, on GitHub, cloning means checking-out code and pull request means checking-in code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM