GQCG-edu / bootcamp

The Bootcamp of the Ghent Quantum Chemistry Group, aimed at achieving the initial competences needed in order to be able to contribute to our electronic structure method development group.
GNU General Public License v3.0
1 stars 9 forks source link

MFatjanov: VSCode terminal #13

Closed MFatjano closed 4 years ago

MFatjano commented 4 years ago

@guacke @dariatols @xdvriend Here are my commands where I made, copied and deleted a random file via the terminal in VSCode $ pwd $ ls $ nano text.txt $ ls $ cp text.txt Desktop/text2.txt $ ls Desktop $ rm text.txt $ ls

xdvriend commented 4 years ago

@MFatjano This looks good, keep it up! By the way, can you label your issues with the "Bootcamp" label from now on? This helps us distinct your issues from other issues on this repository. I know this looks a bit unnecessary right now, but when working on larger repositories, or collaborating with more people on the same repository, labeling issues grants a lot of clarity to all parties involved.

MFatjano commented 4 years ago

@xdvriend Great, I will keep that in mind!