(created/git2cpp/mv.md)=
# git2cpp mv

```{parsed-literal}
Move or rename a file, a directory, or a symlink


git2cpp mv [OPTIONS] &lt;source&gt; &lt;destination&gt;


POSITIONALS:
&nbsp; &lt;source&gt; TEXT:FILE REQUIRED The path of the source to move
&nbsp; &lt;destination&gt; TEXT REQUIRED The path of the destination

OPTIONS:
&nbsp; -h,     --help              Print this help message and exit
&nbsp; -f,     --force             Force renaming or moving of a file even if the &lt;destination&gt;
&nbsp;                             exists.
```
