Changes

Jump to navigation Jump to search
12 bytes removed ,  17:39, 7 December 2016
no edit summary
<div style="text-align: left; direction: ltr; margin-left: 5em;"><code><big>git add <filename/folder name></big></code></div>
* to remove items from your repository use the <code><big>git removerm</big></code> command. After that you delete the file that you wanted removed from the repository and commit to ensure that your repository actually has the change persisted. Finally, you push to server to make sure the server has those items removed as well and that nobody in your team works under the assumption that those items are stills there. See example:<div style="text-align: left; direction: ltr; margin-left: 5em;"><code><big>git remove rm <filename></big></code></div>
<div style="text-align: left; direction: ltr; margin-left: 2em;">
''Note'': if removing a non empty folder use the -r flag to recursively remove all contents of that folder as well :
</div>
<div style="text-align: left; direction: ltr; margin-left: 5em;"><code><big>git remove rm -r <foldername></big></code></div>
</div>
[[admin_classification::IT Build| ]]

Navigation menu